Home
last modified time | relevance | path

Searched defs:map (Results 1 – 25 of 32) 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/tests/tests/content/src/android/content/cts/
DBroadcastReceiverTest.java193 Bundle map = new Bundle(); in testManifestReceiverPackage() local
221 Bundle map = new Bundle(); in testManifestReceiverComponent() local
250 Bundle map = new Bundle(); in testManifestReceiverPermission() local
277 Bundle map = new Bundle(); in testNoManifestReceiver() local
308 Bundle map = new Bundle(); in testAbortBroadcast() local
DMockReceiverFirst.java36 Bundle map = getResultExtras(false); in onReceive() local
DMockReceiverAbort.java36 Bundle map = getResultExtras(false); in onReceive() local
DMockReceiver.java40 Bundle map = getResultExtras(false); in onReceive() local
DContentValuesTest.java72 Set<Map.Entry<String, Object>> map; in testValueSet() local
/cts/tools/vm-tests-tf/build/src/util/build/
DJUnitTestCollector.java42 public final LinkedHashMap<String, List<String>> map = field in JUnitTestCollector
/cts/hostsidetests/angle/src/android/angle/cts/
DCtsAngleCommon.java68 Map<OpenGlDriverChoice, String> map = new HashMap<>(); in buildDriverGlobalSettingMap() local
78 Map<OpenGlDriverChoice, String> map = new HashMap<>(); in buildDriverTestMethodMap() local
/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.cpp79 std::map<int, std::string> map = loadGenericKl(keyLayout.c_str()); in android_view_cts_nativeLoadKeyLayout() local
/cts/tests/tests/util/src/android/util/cts/
DArrayMapTest.java166 private static void compareMaps(HashMap map, ArrayMap array) { in compareMaps()
317 private static void dump(Map map, ArrayMap array) { in dump()
/cts/tests/tests/os/src/android/os/cts/
DDebugTest.java298 Map<String, String> map = Debug.getRuntimeStats(); in testGetRuntimeStats() local
346 Map<String, String> map = memoryInfo.getMemoryStats(); in testGetMemoryStats() local
DParcelTest.java286 HashMap map = new HashMap(); in testReadValue() local
DBundleTest.java816 final Bundle map = new Bundle(); in testPutAll() local
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DCameraDeviceInfo.java155 StreamConfigurationMap map, String protoName) throws Exception { in storeStreamConfigurationMap()
306 MultiResolutionStreamConfigurationMap map, String protoName) throws Exception { in storeMultiResStreamConfigurationMap()
/cts/libs/vogar-expect/src/vogar/expect/
DExpectationStore.java242 Map<String, Expectation> map = isFailure ? failures : outcomes; in readExpectation() 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.java829 HashMap<String, Typeface> map = new HashMap<>(); in testSharedMemoryReadonly_fromMap() local
851 HashMap<String, Typeface> map = new HashMap<>(); in testSharedMemoryReadonly_serializeDeserialize() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDisplayModifier.java500 LinkedHashMap<String, DisplayModifier> map = getMapAtIndex(modifierMapIndex); in step() local
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java316 final Map<String, UsageStats> map = mUsageStatsManager.queryAndAggregateUsageStats( in verifyLastTimeAnyComponentUsedWithinRange() local
342 final Map<String, UsageStats> map = mUsageStatsManager.queryAndAggregateUsageStats( in testLastTimeAnyComponentUsed_JobServiceShouldBeIgnored() local
1446 final Map<String, UsageStats> map = mUsageStatsManager.queryAndAggregateUsageStats( in testForegroundService() local
/cts/tests/tests/widget/src/android/widget/cts/util/
DXmlUtils.java797 HashMap<String, Object> map = new HashMap<String, Object>(); in readThisMapXml() local
826 ArrayMap<String, Object> map = new ArrayMap<>(); in readThisArrayMapXml() local
/cts/tests/tests/view/src/android/view/cts/util/
DXmlUtils.java796 HashMap<String, Object> map = new HashMap<String, Object>(); in readThisMapXml() local
825 ArrayMap<String, Object> map = new ArrayMap<>(); in readThisArrayMapXml() local
/cts/tests/tests/uirendering/jni/
Dandroid_uirendering_cts_AImageDecoderTest.cpp50 } map[] = { in testToString() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java810 RecommendedStreamConfigurationMap map = c.getRecommendedStreamConfigurationMap( in testRecommendedStreamConfigurations() local
819 RecommendedStreamConfigurationMap map = c.getRecommendedStreamConfigurationMap( in testRecommendedStreamConfigurations() local

12