Searched refs:toChoose (Results 1 – 2 of 2) sorted by relevance
111 ResolveInfo toChoose = resolvedComponentInfos.get(0).getResolveInfoAt(0); in twoOptionsAndUserSelectsOne() local112 onView(withText(toChoose.activityInfo.name)) in twoOptionsAndUserSelectsOne()117 assertThat(chosen[0], is(toChoose)); in twoOptionsAndUserSelectsOne()200 ResolveInfo toChoose = resolvedComponentInfos.get(0).getResolveInfoAt(0); in hasLastChosenActivity() local223 assertThat(chosen[0], is(toChoose)); in hasLastChosenActivity()236 ResolveInfo toChoose = personalResolvedComponentInfos.get(1).getResolveInfoAt(0); in hasOtherProfileOneOption() local259 assertThat(chosen[0], is(toChoose)); in hasOtherProfileOneOption()270 ResolveInfo toChoose = resolvedComponentInfos.get(1).getResolveInfoAt(0); in hasOtherProfileTwoOptionsAndUserSelectsOne() local300 assertThat(chosen[0], is(toChoose)); in hasOtherProfileTwoOptionsAndUserSelectsOne()314 ResolveInfo toChoose = resolvedComponentInfos.get(1).getResolveInfoAt(0); in hasLastChosenActivityAndOtherProfile() local[all …]
292 ResolveInfo toChoose = resolvedComponentInfos.get(0).getResolveInfoAt(0); in twoOptionsAndUserSelectsOne() local293 onView(withText(toChoose.activityInfo.name)) in twoOptionsAndUserSelectsOne()296 assertThat(chosen[0], is(toChoose)); in twoOptionsAndUserSelectsOne()371 ResolveInfo toChoose = resolvedComponentInfos.get(0).getResolveInfoAt(0); in updateChooserCountsAndModelAfterUserSelection() local372 onView(withText(toChoose.activityInfo.name)) in updateChooserCountsAndModelAfterUserSelection()378 .updateModel(toChoose.activityInfo.getComponentName()); in updateChooserCountsAndModelAfterUserSelection()435 ResolveInfo toChoose = personalResolvedComponentInfos.get(1).getResolveInfoAt(0); in hasOtherProfileOneOption() local459 assertThat(chosen[0], is(toChoose)); in hasOtherProfileOneOption()470 ResolveInfo toChoose = resolvedComponentInfos.get(1).getResolveInfoAt(0); in hasOtherProfileTwoOptionsAndUserSelectsOne() local498 assertThat(chosen[0], is(toChoose)); in hasOtherProfileTwoOptionsAndUserSelectsOne()[all …]