Package org.robolectric.shadows
Class ShadowBackgroundThread
java.lang.Object
org.robolectric.shadows.ShadowBackgroundThread
@Implements(value=com.android.internal.os.BackgroundThread.class, isInAndroidSdk=false, minSdk=19) public class ShadowBackgroundThread extends Object
-
Constructor Summary
Constructors Constructor Description ShadowBackgroundThread()
-
Method Summary
Modifier and Type Method Description static void
reset()
-
Constructor Details
-
ShadowBackgroundThread
public ShadowBackgroundThread()
-
-
Method Details