Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverActivityTest.java251 List<ResolvedComponentInfo> stableCopy = in hasOtherProfileOneOption() local
254 onView(first(withText(stableCopy.get(1).getResolveInfoAt(0).activityInfo.name))) in hasOtherProfileOneOption()
293 List<ResolvedComponentInfo> stableCopy = in hasOtherProfileTwoOptionsAndUserSelectsOne() local
296 onView(withText(stableCopy.get(1).getResolveInfoAt(0).activityInfo.name)) in hasOtherProfileTwoOptionsAndUserSelectsOne()
339 List<ResolvedComponentInfo> stableCopy = in hasLastChosenActivityAndOtherProfile() local
342 onView(withText(stableCopy.get(1).getResolveInfoAt(0).activityInfo.name)) in hasLastChosenActivityAndOtherProfile()
DChooserActivityTest.java451 List<ResolvedComponentInfo> stableCopy = in hasOtherProfileOneOption() local
456 onView(first(withText(stableCopy.get(1).getResolveInfoAt(0).activityInfo.name))) in hasOtherProfileOneOption()
493 List<ResolvedComponentInfo> stableCopy = in hasOtherProfileTwoOptionsAndUserSelectsOne() local
495 onView(withText(stableCopy.get(1).getResolveInfoAt(0).activityInfo.name)) in hasOtherProfileTwoOptionsAndUserSelectsOne()
530 List<ResolvedComponentInfo> stableCopy = in hasLastChosenActivityAndOtherProfile() local
532 onView(withText(stableCopy.get(1).getResolveInfoAt(0).activityInfo.name)) in hasLastChosenActivityAndOtherProfile()