Home
last modified time | relevance | path

Searched refs:keyMap (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/collect/
DImmutableHelpers.java41 Function<? super T, ? extends K> keyMap, Function<? super T, ? extends V> valueMap) { in toImmutableMap() argument
44 (m, e) -> m.put(keyMap.apply(e), valueMap.apply(e)), in toImmutableMap()
51 Function<? super T, ? extends K> keyMap, Function<? super T, ? extends V> valueMap) { in toImmutableListMultimap() argument
54 (m, e) -> m.put(keyMap.apply(e), valueMap.apply(e)), in toImmutableListMultimap()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/utils/
DCborUtils.java359 Map keyMap = (Map) decodeCbor(macedMessage, "byte stream", MajorType.MAP); in extractRkpKeyFromMacedKey() local
360 byte[] xCor = ((ByteString) keyMap.get(new NegativeInteger(KEY_PARAMETER_X))).getBytes(); in extractRkpKeyFromMacedKey()
364 byte[] yCor = ((ByteString) keyMap.get(new NegativeInteger(KEY_PARAMETER_Y))).getBytes(); in extractRkpKeyFromMacedKey()
369 return new RkpKey(privKey, macedPublicKey.macedKey, keyMap, serviceName, rawKey); in extractRkpKeyFromMacedKey()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapapi/
DBluetoothMapIMProviderTest.java647 Map<String, String> keyMap = new HashMap<>(); in createContentValues_throwsIAE_forUnknownDataType() local
654 mProvider.createContentValues(valueSet, keyMap); in createContentValues_throwsIAE_forUnknownDataType()
663 Map<String, String> keyMap = new HashMap<>(); in createContentValues_success() local
666 keyMap.put(key, convertedKey); in createContentValues_success()
687 ContentValues contentValues = mProvider.createContentValues(valueSet, keyMap); in createContentValues_success()
/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapIMProvider.java609 Set<Entry<String, Object>> valueSet, Map<String, String> keyMap) { in createContentValues() argument
612 String key = keyMap.get(ent.getKey()); // Convert the key name in createContentValues()
/packages/apps/Car/DebuggingRestrictionController/libs/
Dgoogle-http-client-1.36.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/packages/services/Car/tests/BugReportApp/libs/
Dgoogle-http-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...