/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
D | ResolverActivityTest.java | 89 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 …]
|
D | ChooserActivityTest.java | 251 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/ |
D | WebViewFactory.java | 302 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/ |
D | tuningfork_extra.cpp | 345 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/ |
D | EGL_ANDROID_presentation_time.txt | 84 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/ |
D | README.md | 19 files) and the protobuf runtime for your chosen programming language.
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 197 # 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/ |
D | system_properties.proto | 310 // 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/ |
D | api.proto | 71 // chosen based on the product plan.
|
D | descriptor.proto | 267 // Extension numbers for custom options may be chosen as follows:
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBCodedOuputStreamTests.m | 288 // were chosen semi-randomly via keyboard bashing.
|
/frameworks/base/core/proto/android/app/ |
D | settings_enums.proto | 1340 // 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/ |
D | descriptor.proto | 223 // 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/ |
D | descriptor.proto | 223 // Extension numbers for custom options may be chosen as follows:
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/ |
D | DesignDoc.md | 392 computed property manually. The `UNKNOWN_VALUE` case is explicitly chosen to be
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 2111 // 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/ |
D | atoms.proto | 721 // 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).
|