Home
last modified time | relevance | path

Searched refs:unPauseMainLooper (Results 1 – 9 of 9) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
DIntentServiceControllerTest.java62 ShadowLooper.unPauseMainLooper(); in whenLooperIsNotPaused_shouldCreateWithMainLooperPaused()
75 ShadowLooper.unPauseMainLooper(); in whenLooperIsAlreadyPaused_shouldCreateWithMainLooperPaused()
DServiceControllerTest.java63 ShadowLooper.unPauseMainLooper(); in whenLooperIsNotPaused_shouldCreateWithMainLooperPaused()
76 ShadowLooper.unPauseMainLooper(); in whenLooperIsAlreadyPaused_shouldCreateWithMainLooperPaused()
DActivityControllerTest.java109 ShadowLooper.unPauseMainLooper(); in whenLooperIsNotPaused_shouldCreateWithMainLooperPaused()
122 ShadowLooper.unPauseMainLooper(); in whenLooperIsAlreadyPaused_shouldCreateWithMainLooperPaused()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowHandlerTest.java360 ShadowLooper.unPauseMainLooper(); in removeMessages_removesFromLooperQueueAsWell()
427 ShadowLooper.unPauseMainLooper(); in shouldRemoveSingleMessage()
451 ShadowLooper.unPauseMainLooper(); in shouldRemoveTaggedCallback()
DShadowApplicationTest.java234 ShadowLooper.unPauseMainLooper(); in bindServiceShouldCallOnServiceConnectedWhenNotPaused()
254 ShadowLooper.unPauseMainLooper(); in unbindServiceShouldCallOnServiceDisconnectedWhenNotPaused()
283 ShadowLooper.unPauseMainLooper(); in declaringServiceUnbindableMakesBindServiceReturnFalse()
DShadowViewTest.java299 ShadowLooper.unPauseMainLooper(); in shouldPostActionsToTheMessageQueue()
DShadowActivityTest.java321 ShadowLooper.unPauseMainLooper(); in shouldQueueUiTasksWhenUiThreadIsPaused()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLooper.java194 public static void unPauseMainLooper() { in unPauseMainLooper() method in ShadowLooper
/external/libchrome/base/android/junit/src/org/chromium/base/process_launcher/
DChildConnectionAllocatorTest.java250 ShadowLooper.unPauseMainLooper(); in runTestWithConnectionCallbacks()