Searched refs:chosen (Results 1 – 11 of 11) sorted by relevance
87 ResolveInfo[] chosen = new ResolveInfo[1]; in twoOptionsAndUserSelectsOne() local89 chosen[0] = targetInfo.getResolveInfo(); in twoOptionsAndUserSelectsOne()99 assertThat(chosen[0], is(toChoose)); in twoOptionsAndUserSelectsOne()121 ResolveInfo[] chosen = new ResolveInfo[1]; in hasLastChosenActivity() local123 chosen[0] = targetInfo.getResolveInfo(); in hasLastChosenActivity()129 assertThat(chosen[0], is(toChoose)); in hasLastChosenActivity()149 ResolveInfo[] chosen = new ResolveInfo[1]; in hasOtherProfileOneOption() local151 chosen[0] = targetInfo.getResolveInfo(); in hasOtherProfileOneOption()166 assertThat(chosen[0], is(toChoose)); in hasOtherProfileOneOption()186 ResolveInfo[] chosen = new ResolveInfo[1]; in hasOtherProfileTwoOptionsAndUserSelectsOne() local[all …]
113 ResolveInfo[] chosen = new ResolveInfo[1]; in twoOptionsAndUserSelectsOne() local115 chosen[0] = targetInfo.getResolveInfo(); in twoOptionsAndUserSelectsOne()123 assertThat(chosen[0], is(toChoose)); in twoOptionsAndUserSelectsOne()178 ResolveInfo[] chosen = new ResolveInfo[1]; in autoLaunchSingleResult() local180 chosen[0] = targetInfo.getResolveInfo(); in autoLaunchSingleResult()194 assertThat(chosen[0], is(resolvedComponentInfos.get(0).getResolveInfoAt(0))); in autoLaunchSingleResult()217 ResolveInfo[] chosen = new ResolveInfo[1]; in hasOtherProfileOneOption() local219 chosen[0] = targetInfo.getResolveInfo(); in hasOtherProfileOneOption()232 assertThat(chosen[0], is(toChoose)); in hasOtherProfileOneOption()256 ResolveInfo[] chosen = new ResolveInfo[1]; in hasOtherProfileTwoOptionsAndUserSelectsOne() local[all …]
160 String chosen = Cheeses.sCheeseStrings[mRandom.nextInt(Cheeses.sCheeseStrings.length)]; in getRandomCheese() local161 while (excludes.contains(chosen)) { in getRandomCheese()162 chosen = Cheeses.sCheeseStrings[mRandom.nextInt(Cheeses.sCheeseStrings.length)]; in getRandomCheese()164 return chosen; in getRandomCheese()
169 List<Location> chosen = new ArrayList<Location>(); in findAbsoluteLocationFrom() local173 chosen.add(absLocation); in findAbsoluteLocationFrom()176 return chosen.isEmpty() ? locations : chosen; in findAbsoluteLocationFrom()
262 private static void verifyPackageInfo(PackageInfo chosen, PackageInfo toUse) { in verifyPackageInfo() argument263 if (!chosen.packageName.equals(toUse.packageName)) { in verifyPackageInfo()266 + chosen.packageName + " actual: " + toUse.packageName); in verifyPackageInfo()268 if (chosen.versionCode > toUse.versionCode) { in verifyPackageInfo()270 + "version code is lower than expected: " + chosen.versionCode in verifyPackageInfo()277 if (!signaturesEquals(chosen.signatures, toUse.signatures)) { in verifyPackageInfo()
72 View chosen = mGlm.findViewByPosition(1); in rtlChanges() local73 assertNotNull("test sanity", chosen); in rtlChanges()
669 final View chosen = recyclerView.getChildAt(recyclerView.getChildCount() - 2); in accessibilitySpanIndicesTest() local670 final int position = recyclerView.getChildLayoutPosition(chosen); in accessibilitySpanIndicesTest()674 delegateCompat.onInitializeAccessibilityNodeInfo(chosen, info); in accessibilitySpanIndicesTest()
54 val chosen = if (knownValues[myExpr.pred]!!) myExpr.ifTrue else myExpr.ifFalse in <lambda>() constant
84 first frame may be arbitrarily chosen and those of subsequent frames85 chosen relative to that of the first frame.
1963 // ACTION: New magnification gesture configuration is chosen1970 // ACTION: New font size is chosen1977 // ACTION: New display size is chosen1984 // ACTION: New screen reader configuration is chosen3441 // ACTION: Select to Speak configuration is chosen
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...