Home
last modified time | relevance | path

Searched refs:getLabelIdlingResource (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IntentResolver/tests/activity/src/com/android/intentresolver/
DResolverActivityTest.java143 Espresso.registerIdlingResources(activity.getLabelIdlingResource()); in twoOptionsAndUserSelectsOne()
280 Espresso.registerIdlingResources(activity.getLabelIdlingResource()); in hasOtherProfileOneOption()
314 Espresso.registerIdlingResources(activity.getLabelIdlingResource()); in hasOtherProfileTwoOptionsAndUserSelectsOne()
355 Espresso.registerIdlingResources(activity.getLabelIdlingResource()); in hasLastChosenActivityAndOtherProfile()
813 Espresso.registerIdlingResources(activity.getLabelIdlingResource()); in testLayoutWithDefault_withWorkTab_neverShown()
878 Espresso.registerIdlingResources(activity.getLabelIdlingResource()); in testClonedProfilePresent_layoutWithDefault_neverShown()
DResolverWrapperActivity.java56 public CountingIdlingResource getLabelIdlingResource() { in getLabelIdlingResource() method in ResolverWrapperActivity