/cts/tests/security/src/android/keystore/cts/ |
D | CborUtils.java | 43 public static int getInt(Map map, long index) { in getInt() 48 public static int getInt(Map map, DataItem index) { in getInt() 53 public static long getLong(Map map, DataItem index) { in getLong() 58 public static Set<Integer> getIntSet(Map map, DataItem index) { in getIntSet() 67 public static Boolean getBoolean(Map map, DataItem index) { in getBoolean() 75 public static List<Boolean> getBooleanList(Map map, DataItem index) { in getBooleanList() 91 public static Date getDate(Map map, DataItem index) { in getDate() 97 public static byte[] getBytes(Map map, DataItem index) { in getBytes() 102 public static String getString(Map map, DataItem index) { in getString()
|
/cts/hostsidetests/packagemanager/domainverification/device/standalone/src/com/android/cts/packagemanager/verify/domain/device/standalone/ |
D | DomainVerificationFilterGroupTests.kt | 79 val map = manager.getUriRelativeFilterGroups( in clearGroups() constant 104 val map = manager.getUriRelativeFilterGroups(DECLARING_PKG_NAME_1, listOf(DOMAIN_7)) in resolveWithUriRelativeFilterGroups_domainNotVerified() constant
|
/cts/tests/app/BroadcastsTest/src/android/app/cts/broadcasts/ |
D | BroadcastReceiverTest.java | 222 Bundle map = new Bundle(); in testManifestReceiverPackage() local 251 Bundle map = new Bundle(); in testManifestReceiverComponent() local 281 Bundle map = new Bundle(); in testManifestReceiverPermission() local 309 Bundle map = new Bundle(); in testNoManifestReceiver() local 341 Bundle map = new Bundle(); in testAbortBroadcast() local
|
D | MockReceiverAbort.java | 36 Bundle map = getResultExtras(false); in onReceive() local
|
D | MockReceiverFirst.java | 36 Bundle map = getResultExtras(false); in onReceive() local
|
D | MockReceiver.java | 40 Bundle map = getResultExtras(false); in onReceive() local
|
/cts/tests/tests/content/src/android/content/cts/ |
D | MockReceiver.java | 40 Bundle map = getResultExtras(false); in onReceive() local
|
D | ContentValuesTest.java | 74 Set<Map.Entry<String, Object>> map; in testValueSet() local
|
/cts/tests/tests/car/src/android/car/cts/utils/ |
D | DumpUtils.java | 49 ArrayMap<String, String> map = new ArrayMap<>(); in parseDumpResult() local
|
/cts/tools/vm-tests-tf/build/src/util/build/ |
D | JUnitTestCollector.java | 42 public final LinkedHashMap<String, List<String>> map = field in JUnitTestCollector
|
/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/ |
D | SeccompDeviceTest.java | 96 JSONObject map = mAllowedSyscallMap.getJSONObject(getCurrentArch()); in testCTSSyscallAllowed() local 106 JSONObject map = mBlockedSyscallMap.getJSONObject(getCurrentArch()); in testCTSSyscallBlocked() local
|
/cts/tests/tests/tools/processors/view_inspector/src/android/processor/view/inspector/cts/ |
D | TestPropertyMapper.java | 124 private int map(String name, int attributeId) { in map() method in TestPropertyMapper 128 private int map(String name, int attributeId, ValueType valueType) { in map() method in TestPropertyMapper
|
/cts/tests/tests/view/jni/ |
D | android_view_cts_InputDeviceKeyLayoutMapTest.cpp | 78 std::map<int, std::string> map = loadGenericKl(keyLayout.c_str()); in android_view_cts_nativeLoadKeyLayout() local
|
/cts/hostsidetests/angle/src/android/angle/cts/ |
D | CtsAngleCommon.java | 81 Map<OpenGlDriverChoice, String> map = new HashMap<>(); in buildDriverGlobalSettingMap() local 92 Map<OpenGlDriverChoice, String> map = new HashMap<>(); in buildDriverTestMethodMap() local
|
/cts/tests/tests/util/src/android/util/cts/ |
D | ArrayMapTest.java | 167 private static void compareMaps(HashMap map, ArrayMap array) { in compareMaps() 318 private static void dump(Map map, ArrayMap array) { in dump()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | DebugTest.java | 340 Map<String, String> map = Debug.getRuntimeStats(); in testGetRuntimeStats() local 390 Map<String, String> map = memoryInfo.getMemoryStats(); in testGetMemoryStats() local
|
D | ParcelTest.java | 439 HashMap map = new HashMap(); in testReadValue() local 3967 HashMap map = new HashMap(); in testWriteMap() local 3998 HashMap<String, Intent> map = new HashMap<>(); in testReadMapWithClass_whenNull() local 4011 HashMap<Signature, TestSubIntent> map = new HashMap<>(); in testReadMapWithClass_whenMismatchingClass() local 4036 HashMap<String, TestSubIntent> map = new HashMap<>(); in testReadMapWithClass_whenSameClass() local 4056 HashMap<TestSubIntent, TestSubIntent> map = new HashMap<>(); in testReadMapWithClass_whenSubClass() local 4080 HashMap map = new HashMap(); in testReadHashMap() local 4123 HashMap<Signature, TestSubIntent> map = new HashMap<>(); in testReadHashMapWithClass_whenMismatchingClass() local 4146 HashMap<String, TestSubIntent> map = new HashMap<>(); in testReadHashMapWithClass_whenSameClass() local 4172 HashMap<TestSubIntent, TestSubIntent> map = new HashMap<>(); in testReadHashMapWithClass_whenSubClass() local [all …]
|
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
D | CameraDeviceInfo.java | 159 StreamConfigurationMap map, String protoName) throws Exception { in storeStreamConfigurationMap() 356 MultiResolutionStreamConfigurationMap map, String protoName) throws Exception { in storeMultiResStreamConfigurationMap()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
D | CameraMetadataGetter.java | 303 StreamConfigurationMap map) in serializeStreamConfigurationMap() 421 private static Object serializeLensShadingMap(LensShadingMap map) in serializeLensShadingMap()
|
/cts/libs/vogar-expect/src/vogar/expect/ |
D | ExpectationStore.java | 242 Map<String, Expectation> map = isFailure ? failures : outcomes; in readExpectation() local
|
/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | NativeDecoderTest.java | 128 Map<UUID, byte[]> map = ex.getPsshInfo(); in testPssh() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | DisplayModifier.java | 478 Map<String, DisplayModifier> map = getMapAtIndex(modifierMapIndex); in step() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | ItsSerializer.java | 134 StreamConfigurationMap map) in serializeStreamConfigurationMap() 264 private static Object serializeLensShadingMap(LensShadingMap map) in serializeLensShadingMap()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | TypefaceTest.java | 872 HashMap<String, Typeface> map = new HashMap<>(); in testSharedMemoryReadonly_fromMap() local 894 HashMap<String, Typeface> map = new HashMap<>(); in testSharedMemoryReadonly_serializeDeserialize() local
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | VideoCodecRequirementsTest.java | 142 StreamConfigurationMap map = in getMaxSupportedRecordingSize() local
|