/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | MediaOutputDeviceInfo.java | 34 int identifier = in collectDeviceInfo() local 39 if (identifier != 0) { in collectDeviceInfo() 41 Resources.getSystem().getValue(identifier, typedValue, true); in collectDeviceInfo()
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Android.bp | 17 "SPDX-license-identifier-BSD", 18 "SPDX-license-identifier-MIT", 19 "SPDX-license-identifier-NCSA",
|
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
D | README.md | 8 4. Go to `/sys/kernel/debug/hid/<identifier>`, where the identifier has the form 11 devices. For example, the identifier could look something like `0005:0B05:4500.000F`. This 12 identifier will be different for each input device, and the counting number at the end of the 13 identifier will change each time you reconnect the same device to Android. You can use the
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | CallTest.java | 135 ParcelUuid identifier = new ParcelUuid(UUID.randomUUID()); in testCallEndpoint() local 136 CallEndpoint cep = new CallEndpoint(name, CallEndpoint.TYPE_BLUETOOTH, identifier); in testCallEndpoint() 139 assertEquals(identifier, cep.getIdentifier()); in testCallEndpoint()
|
D | DataObjectUnitTests.java | 364 ParcelUuid identifier = new ParcelUuid(UUID.randomUUID()); in testCallEndpoint() local 365 CallEndpoint callEndpoint = new CallEndpoint(name, CallEndpoint.TYPE_BLUETOOTH, identifier); in testCallEndpoint() 368 assertEquals(identifier, callEndpoint.getIdentifier()); in testCallEndpoint() 378 assertEquals(identifier, parcelCallEndpoint.getIdentifier()); in testCallEndpoint()
|
D | ExtendedInCallServiceTest.java | 559 ParcelUuid identifier = new ParcelUuid(UUID.randomUUID()); in testSwitchCallEndpoint() local 560 CallEndpoint cep = new CallEndpoint(name, CallEndpoint.TYPE_BLUETOOTH, identifier); in testSwitchCallEndpoint()
|
/cts/apps/CameraITS/tests/scene7/ |
D | test_multi_camera_switch.py | 262 def _get_color_ratios(img, identifier): argument 277 logging.debug('%s R mean: %.4f', identifier, r) 278 logging.debug('%s G mean: %.4f', identifier, g) 279 logging.debug('%s B mean: %.4f', identifier, b) 282 logging.debug('%s R/G ratio: %.4f', identifier, r_g_ratio) 283 logging.debug('%s B/G ratio: %.4f', identifier, b_g_ratio)
|
/cts/tests/tests/media/ |
D | Android.bp | 25 license_kinds: ["SPDX-license-identifier-CC-BY-3.0"],
|
/cts/libs/testserver/ |
D | Android.bp | 26 license_kinds: ["SPDX-license-identifier-BSD"],
|
/cts/tests/tests/telephony3/ |
D | Android.bp | 28 // The SDK version is set to 28 to test device identifier access for apps with
|
/cts/apps/CtsVerifier/ |
D | Android.bp | 30 "SPDX-license-identifier-BSD", 43 "SPDX-license-identifier-CC-BY-3.0",
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/ |
D | VpnTestHelper.java | 187 final int identifier = 0x7E57; in checkPing() local 189 byte[] echo = createIcmpMessage(ICMP_ECHO_REQUEST, 0x00, identifier, 0, message.getBytes()); in checkPing()
|
/cts/tests/tests/hibernation/src/android/hibernation/cts/ |
D | AppHibernationUtils.kt | 130 val userId = Process.myUserHandle().identifier in resetJob() 147 val userId = Process.myUserHandle().identifier in runAppHibernationJobInternal()
|
/cts/tests/tests/attributionsource/src/android/attributionsource/cts/ |
D | RenouncedPermissionsTest.kt | 143 Process.myUserHandle().identifier, UserHandle.getAppId(Process.SHELL_UID)) in getShellAttributionSourceWithRenouncedPermissions()
|
D | RuntimePermissionsAppOpTrackingTest.kt | 360 val shellUid = UserHandle.getUid(Process.myUserHandle().identifier, in <lambda>()
|
/cts/hostsidetests/gputools/layers/ |
D | Android.bp | 25 license_kinds: ["SPDX-license-identifier-MIT"],
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | TestListAdapter.java | 915 int identifier = in isFoldableDevice() local 918 int[] foldedDeviceStates = mContext.getResources().getIntArray(identifier); in isFoldableDevice()
|
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/ |
D | PackageInstallerTestBase.kt | 102 val testUserId: Int = context.user.identifier in <lambda>()
|
D | InstallConstraintsTest.kt | 69 private val testUserId: Int = instr.targetContext.user.identifier in <lambda>()
|
/cts/common/device-side/bedstead/modules/multiuser/src/test/kotlin/com/android/bedstead/multiuser/ |
D | UsersTest.kt | 374 .isEqualTo(Process.myUserHandle().identifier) in <lambda>()
|
/cts/tests/tests/appop/src/android/app/appops/cts/ |
D | AppOpEventCollectionTest.kt | 57 private val shellUid = UserHandle.getUid(Process.myUserHandle().identifier,
|
D | AppOpsTest.kt | 149 val USER_SHELL_UID = UserHandle.getUid(Process.myUserHandle().identifier,
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | WindowManagerState.java | 2187 IdentifierProto identifierProto = proto.identifier;
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 960 field public static final int identifier = 16844294; // 0x1010606 13936 …rification of code. It is much more efficient to retrieve resources by identifier (e.g. `R.foo.bar… 13956 …tion of code. It is much more efficient to retrieve resource values by identifier (e.g. `getValue(…
|