Searched refs:invokeWhilePaused (Results 1 – 5 of 5) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/ |
D | ServiceController.java | 53 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() 73 …invokeWhilePaused("onStartCommand", from(Intent.class, getIntent()), from(int.class, flags), from(… in startCommand() 78 invokeWhilePaused("onUnbind", from(Intent.class, getIntent())); in unbind()
|
D | IntentServiceController.java | 53 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()
|
D | ActivityController.java | 79 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 …]
|
D | BackupAgentController.java | 30 invokeWhilePaused("onCreate"); in create() 36 invokeWhilePaused("onDestroy"); in destroy()
|
D | ComponentController.java | 49 …protected C invokeWhilePaused(final String methodName, final ClassParameter<?>... classParameters)… in invokeWhilePaused() method in ComponentController
|