Home
last modified time | relevance | path

Searched refs:invokeWhilePaused (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
DServiceController.java53 invokeWhilePaused("onBind", from(Intent.class, getIntent())); in bind()
58 invokeWhilePaused("onCreate"); in create()
63 invokeWhilePaused("onDestroy"); in destroy()
68 invokeWhilePaused("onRebind", from(Intent.class, getIntent())); in rebind()
73invokeWhilePaused("onStartCommand", from(Intent.class, getIntent()), from(int.class, flags), from(… in startCommand()
78 invokeWhilePaused("onUnbind", from(Intent.class, getIntent())); in unbind()
DIntentServiceController.java53 invokeWhilePaused("onBind", from(Intent.class, getIntent())); in bind()
58 invokeWhilePaused("onCreate"); in create()
63 invokeWhilePaused("onDestroy"); in destroy()
68 invokeWhilePaused("onRebind", from(Intent.class, getIntent())); in rebind()
79 invokeWhilePaused("onUnbind", from(Intent.class, getIntent())); in unbind()
84 invokeWhilePaused("onHandleIntent", from(Intent.class, getIntent())); in handleIntent()
DActivityController.java79 invokeWhilePaused("performRestart"); in restart()
81 invokeWhilePaused("performRestart", in restart()
93 invokeWhilePaused("performStart"); in start()
95 invokeWhilePaused("performStart", from(String.class, "start()")); in start()
107 invokeWhilePaused("onPostCreate", from(Bundle.class, bundle)); in postCreate()
113 invokeWhilePaused("performResume"); in resume()
115 invokeWhilePaused("performResume", in resume()
123 invokeWhilePaused("onPostResume"); in postResume()
190 invokeWhilePaused("performStop"); in stop()
192 invokeWhilePaused("performStop", from(boolean.class, true)); in stop()
[all …]
DBackupAgentController.java30 invokeWhilePaused("onCreate"); in create()
36 invokeWhilePaused("onDestroy"); in destroy()
DComponentController.java49 …protected C invokeWhilePaused(final String methodName, final ClassParameter<?>... classParameters)… in invokeWhilePaused() method in ComponentController