Home
last modified time | relevance | path

Searched refs:chosen (Results 1 – 17 of 17) 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.java251 ResolveInfo[] chosen = new ResolveInfo[1]; in twoOptionsAndUserSelectsOne() local
253 chosen[0] = targetInfo.getResolveInfo(); in twoOptionsAndUserSelectsOne()
261 assertThat(chosen[0], is(toChoose)); in twoOptionsAndUserSelectsOne()
316 ResolveInfo[] chosen = new ResolveInfo[1]; in autoLaunchSingleResult() local
318 chosen[0] = targetInfo.getResolveInfo(); in autoLaunchSingleResult()
332 assertThat(chosen[0], is(resolvedComponentInfos.get(0).getResolveInfoAt(0))); in autoLaunchSingleResult()
355 ResolveInfo[] chosen = new ResolveInfo[1]; in hasOtherProfileOneOption() local
357 chosen[0] = targetInfo.getResolveInfo(); in hasOtherProfileOneOption()
370 assertThat(chosen[0], is(toChoose)); in hasOtherProfileOneOption()
394 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/opt/gamesdk/src/tuningfork/
Dtuningfork_extra.cpp345 int chosen = fpFileNum - 1; // File indices start at 1 in TuningFork_initFromAssetsWithSwappy() local
347 if (i==chosen) { in TuningFork_initFromAssetsWithSwappy()
353 if (chosen>=0 && chosen<nfps) { in TuningFork_initFromAssetsWithSwappy()
/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/opt/gamesdk/third_party/protobuf-3.0.0/
DREADME.md19 files) and the protobuf runtime for your chosen programming language.
/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/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dapi.proto71 // chosen based on the product plan.
Ddescriptor.proto267 // Extension numbers for custom options may be chosen as follows:
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBCodedOuputStreamTests.m288 // were chosen semi-randomly via keyboard bashing.
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto1340 // ACTION: New magnification gesture configuration is chosen
1347 // ACTION: New font size is chosen
1354 // ACTION: New display size is chosen
1361 // ACTION: New screen reader configuration is chosen
1718 // ACTION: Select to Speak configuration is chosen
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto223 // Extension numbers for custom options may be chosen as follows:
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto223 // Extension numbers for custom options may be chosen as follows:
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/
DDesignDoc.md392 computed property manually. The `UNKNOWN_VALUE` case is explicitly chosen to be
/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.proto721 // Name of the sync (as named in the app). Can be chosen at run-time.
2853 // An arbitrary label chosen by the developer. For Android P, the label should be in [0, 16).