Home
last modified time | relevance | path

Searched defs:map (Results 1 – 25 of 41) sorted by relevance

12

/cts/tests/security/src/android/keystore/cts/
DCborUtils.java43 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/
DDomainVerificationFilterGroupTests.kt79 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/
DBroadcastReceiverTest.java222 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
DMockReceiverAbort.java36 Bundle map = getResultExtras(false); in onReceive() local
DMockReceiverFirst.java36 Bundle map = getResultExtras(false); in onReceive() local
DMockReceiver.java40 Bundle map = getResultExtras(false); in onReceive() local
/cts/tests/tests/content/src/android/content/cts/
DMockReceiver.java40 Bundle map = getResultExtras(false); in onReceive() local
DContentValuesTest.java74 Set<Map.Entry<String, Object>> map; in testValueSet() local
/cts/tests/tests/car/src/android/car/cts/utils/
DDumpUtils.java49 ArrayMap<String, String> map = new ArrayMap<>(); in parseDumpResult() local
/cts/tools/vm-tests-tf/build/src/util/build/
DJUnitTestCollector.java42 public final LinkedHashMap<String, List<String>> map = field in JUnitTestCollector
/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
DSeccompDeviceTest.java96 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/
DTestPropertyMapper.java124 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/
Dandroid_view_cts_InputDeviceKeyLayoutMapTest.cpp78 std::map<int, std::string> map = loadGenericKl(keyLayout.c_str()); in android_view_cts_nativeLoadKeyLayout() local
/cts/hostsidetests/angle/src/android/angle/cts/
DCtsAngleCommon.java81 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/
DArrayMapTest.java167 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/
DDebugTest.java340 Map<String, String> map = Debug.getRuntimeStats(); in testGetRuntimeStats() local
390 Map<String, String> map = memoryInfo.getMemoryStats(); in testGetMemoryStats() local
DParcelTest.java439 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/
DCameraDeviceInfo.java159 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/
DCameraMetadataGetter.java303 StreamConfigurationMap map) in serializeStreamConfigurationMap()
421 private static Object serializeLensShadingMap(LensShadingMap map) in serializeLensShadingMap()
/cts/libs/vogar-expect/src/vogar/expect/
DExpectationStore.java242 Map<String, Expectation> map = isFailure ? failures : outcomes; in readExpectation() local
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DNativeDecoderTest.java128 Map<UUID, byte[]> map = ex.getPsshInfo(); in testPssh() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDisplayModifier.java478 Map<String, DisplayModifier> map = getMapAtIndex(modifierMapIndex); in step() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsSerializer.java134 StreamConfigurationMap map) in serializeStreamConfigurationMap()
264 private static Object serializeLensShadingMap(LensShadingMap map) in serializeLensShadingMap()
/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceTest.java872 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/
DVideoCodecRequirementsTest.java142 StreamConfigurationMap map = in getMaxSupportedRecordingSize() local

12