Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverActivityTest.java89 ResolveInfo[] chosen = new ResolveInfo[1]; in twoOptionsAndUserSelectsOne() local
91 chosen[0] = targetInfo.getResolveInfo(); in twoOptionsAndUserSelectsOne()
101 assertThat(chosen[0], is(toChoose)); in twoOptionsAndUserSelectsOne()
194 ResolveInfo[] chosen = new ResolveInfo[1]; in hasLastChosenActivity() local
196 chosen[0] = targetInfo.getResolveInfo(); in hasLastChosenActivity()
202 assertThat(chosen[0], is(toChoose)); in hasLastChosenActivity()
222 ResolveInfo[] chosen = new ResolveInfo[1]; in hasOtherProfileOneOption() local
224 chosen[0] = targetInfo.getResolveInfo(); in hasOtherProfileOneOption()
239 assertThat(chosen[0], is(toChoose)); in hasOtherProfileOneOption()
259 ResolveInfo[] chosen = new ResolveInfo[1]; in hasOtherProfileTwoOptionsAndUserSelectsOne() local
[all …]
DChooserActivityTest.java260 ResolveInfo[] chosen = new ResolveInfo[1]; in twoOptionsAndUserSelectsOne() local
262 chosen[0] = targetInfo.getResolveInfo(); in twoOptionsAndUserSelectsOne()
270 assertThat(chosen[0], is(toChoose)); in twoOptionsAndUserSelectsOne()
325 ResolveInfo[] chosen = new ResolveInfo[1]; in autoLaunchSingleResult() local
327 chosen[0] = targetInfo.getResolveInfo(); in autoLaunchSingleResult()
341 assertThat(chosen[0], is(resolvedComponentInfos.get(0).getResolveInfoAt(0))); in autoLaunchSingleResult()
364 ResolveInfo[] chosen = new ResolveInfo[1]; in hasOtherProfileOneOption() local
366 chosen[0] = targetInfo.getResolveInfo(); in hasOtherProfileOneOption()
379 assertThat(chosen[0], is(toChoose)); in hasOtherProfileOneOption()
403 ResolveInfo[] chosen = new ResolveInfo[1]; in hasOtherProfileTwoOptionsAndUserSelectsOne() local
[all …]
/frameworks/base/core/java/android/webkit/
DWebViewFactory.java302 private static void verifyPackageInfo(PackageInfo chosen, PackageInfo toUse) in verifyPackageInfo() argument
304 if (!chosen.packageName.equals(toUse.packageName)) { in verifyPackageInfo()
307 + chosen.packageName + " actual: " + toUse.packageName); in verifyPackageInfo()
309 if (chosen.getLongVersionCode() > toUse.getLongVersionCode()) { in verifyPackageInfo()
311 + "version code is lower than expected: " + chosen.getLongVersionCode() in verifyPackageInfo()
318 if (!signaturesEquals(chosen.signatures, toUse.signatures)) { in verifyPackageInfo()
/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/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop197 # 1. Hardware composer's capability to composite contents with the chosen
200 # and the chosen wide color gamut data space contents coexist;
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto310 // Unique id of this android platform build. An identifier chosen by the
338 // A value chosen by the device implementer designating the specific
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto1350 // ACTION: New magnification gesture configuration is chosen
1357 // ACTION: New font size is chosen
1364 // ACTION: New display size is chosen
1371 // ACTION: New screen reader configuration is chosen
1728 // ACTION: Select to Speak configuration is chosen
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto2111 // ACTION: New magnification gesture configuration is chosen
2118 // ACTION: New font size is chosen
2125 // ACTION: New display size is chosen
2132 // ACTION: New screen reader configuration is chosen
3698 // ACTION: Select to Speak configuration is chosen
/frameworks/base/cmds/statsd/src/
Datoms.proto775 // Name of the sync (as named in the app). Can be chosen at run-time.
3135 // An arbitrary label chosen by the developer. For Android P, the label should be in [0, 16).