Home
last modified time | relevance | path

Searched refs:chosen (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverActivityTest.java87 ResolveInfo[] chosen = new ResolveInfo[1]; in twoOptionsAndUserSelectsOne() local
89 chosen[0] = targetInfo.getResolveInfo(); in twoOptionsAndUserSelectsOne()
99 assertThat(chosen[0], is(toChoose)); in twoOptionsAndUserSelectsOne()
121 ResolveInfo[] chosen = new ResolveInfo[1]; in hasLastChosenActivity() local
123 chosen[0] = targetInfo.getResolveInfo(); in hasLastChosenActivity()
129 assertThat(chosen[0], is(toChoose)); in hasLastChosenActivity()
149 ResolveInfo[] chosen = new ResolveInfo[1]; in hasOtherProfileOneOption() local
151 chosen[0] = targetInfo.getResolveInfo(); in hasOtherProfileOneOption()
166 assertThat(chosen[0], is(toChoose)); in hasOtherProfileOneOption()
186 ResolveInfo[] chosen = new ResolveInfo[1]; in hasOtherProfileTwoOptionsAndUserSelectsOne() local
[all …]
DChooserActivityTest.java113 ResolveInfo[] chosen = new ResolveInfo[1]; in twoOptionsAndUserSelectsOne() local
115 chosen[0] = targetInfo.getResolveInfo(); in twoOptionsAndUserSelectsOne()
123 assertThat(chosen[0], is(toChoose)); in twoOptionsAndUserSelectsOne()
178 ResolveInfo[] chosen = new ResolveInfo[1]; in autoLaunchSingleResult() local
180 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() local
219 chosen[0] = targetInfo.getResolveInfo(); in hasOtherProfileOneOption()
232 assertThat(chosen[0], is(toChoose)); in hasOtherProfileOneOption()
256 ResolveInfo[] chosen = new ResolveInfo[1]; in hasOtherProfileTwoOptionsAndUserSelectsOne() local
[all …]
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/util/
DDiffUtilActivity.java160 String chosen = Cheeses.sCheeseStrings[mRandom.nextInt(Cheeses.sCheeseStrings.length)]; in getRandomCheese() local
161 while (excludes.contains(chosen)) { in getRandomCheese()
162 chosen = Cheeses.sCheeseStrings[mRandom.nextInt(Cheeses.sCheeseStrings.length)]; in getRandomCheese()
164 return chosen; in getRandomCheese()
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
DScope.java169 List<Location> chosen = new ArrayList<Location>(); in findAbsoluteLocationFrom() local
173 chosen.add(absLocation); in findAbsoluteLocationFrom()
176 return chosen.isEmpty() ? locations : chosen; in findAbsoluteLocationFrom()
/frameworks/base/core/java/android/webkit/
DWebViewFactory.java262 private static void verifyPackageInfo(PackageInfo chosen, PackageInfo toUse) { in verifyPackageInfo() argument
263 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()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DGridLayoutManagerNoOpUpdateTest.java72 View chosen = mGlm.findViewByPosition(1); in rtlChanges() local
73 assertNotNull("test sanity", chosen); in rtlChanges()
DGridLayoutManagerTest.java669 final View chosen = recyclerView.getChildAt(recyclerView.getChildCount() - 2); in accessibilitySpanIndicesTest() local
670 final int position = recyclerView.getChildLayoutPosition(chosen); in accessibilitySpanIndicesTest()
674 delegateCompat.onInitializeAccessibilityNodeInfo(chosen, info); in accessibilitySpanIndicesTest()
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/expr/
DExprWriters.kt54 val chosen = if (knownValues[myExpr.pred]!!) myExpr.ifTrue else myExpr.ifFalse in <lambda>() constant
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt84 first frame may be arbitrarily chosen and those of subsequent frames
85 chosen relative to that of the first frame.
/frameworks/base/proto/src/
Dmetrics_constants.proto1963 // ACTION: New magnification gesture configuration is chosen
1970 // ACTION: New font size is chosen
1977 // ACTION: New display size is chosen
1984 // ACTION: New screen reader configuration is chosen
3441 // ACTION: Select to Speak configuration is chosen
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...