Searched refs:waitAndAssertActivityResumed (Results 1 – 3 of 3) sorted by relevance
93 mRule.waitAndAssertActivityResumed(new ComponentName(mContext, InterceptedActivity.class)); in noInterceptorRegistered_activityShouldLaunch()110 mRule.waitAndAssertActivityResumed(new ComponentName(mContext, InterceptedActivity.class)); in interceptorRegistered_intentIsIntercepted()121 mRule.waitAndAssertActivityResumed(new ComponentName(mContext, InterceptedActivity.class)); in noMatchingInterceptor_activityShouldLaunch()136 mRule.waitAndAssertActivityResumed(new ComponentName(mContext, InterceptedActivity.class)); in interceptorRegistered_withExplicitAction_intentWithoutActionShouldLaunch()
282 mRule.waitAndAssertActivityResumed(componentName); in verifyComponentShownAfterPermissionRequest()
432 public void waitAndAssertActivityResumed(ComponentName componentName) { in waitAndAssertActivityResumed() method in VirtualDeviceRule