Home
last modified time | relevance | path

Searched defs:mapOf (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/testing/
DCryptoTestUtils.java170 public static <K, V> Map<K, V> mapOf(Pair<K, V>... pairs) { in mapOf() method in CryptoTestUtils
/frameworks/base/services/tests/servicestests/src/com/android/server/signedconfig/
DSignedConfigTest.java53 private static <K, V> Map<K, V> mapOf(Object... keyValuePairs) { in mapOf() method in SignedConfigTest