/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/commontests/src/com/android/odp/module/common/data/ |
D | OdpEncryptionKeyDaoTest.java | 105 List<OdpEncryptionKey> keyList = mEncryptionKeyDao.getLatestExpiryNKeys(2); in testInsertDuplicateEncryptionKey_success() local 168 List<OdpEncryptionKey> keyList = mEncryptionKeyDao.getLatestExpiryNKeys(3); in findExpiryKeys_success() local 185 List<OdpEncryptionKey> keyList = mEncryptionKeyDao.getLatestExpiryNKeys(2); in findExpiryKeysWithLimit_success() local 198 List<OdpEncryptionKey> keyList = mEncryptionKeyDao.getLatestExpiryNKeys(3); in findExpiryKeys_empty_success() local 217 List<OdpEncryptionKey> keyList = mEncryptionKeyDao.getLatestExpiryNKeys(3); in deleteExpiredKeys_success() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | LinkedListMultimap.java | 234 KeyList<K, V> keyList = keyToKeyList.get(key); in addNode() local 251 KeyList<K, V> keyList = requireNonNull(keyToKeyList.get(key)); in addNode() local 295 KeyList<K, V> keyList = requireNonNull(keyToKeyList.remove(node.key)); in removeNode() local 300 KeyList<K, V> keyList = requireNonNull(keyToKeyList.get(node.key)); in removeNode() local 491 KeyList<K, V> keyList = keyToKeyList.get(key); in ValueForKeyIterator() local 504 KeyList<K, V> keyList = keyToKeyList.get(key); in ValueForKeyIterator() local
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | LinkedListMultimap.java | 232 KeyList<K, V> keyList = keyToKeyList.get(key); in addNode() local 249 KeyList<K, V> keyList = requireNonNull(keyToKeyList.get(key)); in addNode() local 293 KeyList<K, V> keyList = requireNonNull(keyToKeyList.remove(node.key)); in removeNode() local 298 KeyList<K, V> keyList = requireNonNull(keyToKeyList.get(node.key)); in removeNode() local 489 KeyList<K, V> keyList = keyToKeyList.get(key); in ValueForKeyIterator() local 502 KeyList<K, V> keyList = keyToKeyList.get(key); in ValueForKeyIterator() local
|
H A D | RegularImmutableBiMap.java | 115 ImmutableList<K> keyList = in createKeySet() local
|
/aosp_15_r20/packages/services/Car/car_product/distant_display/apps/CarDistantDisplayPanoManager/src/com/android/car/pano/manager/reorder/ |
D | ReorderAppCardViewAdapter.kt | 114 val keyList = mutableListOf<String>() in <lambda>() constant
|
/aosp_15_r20/packages/services/Car/car_product/distant_display/apps/CarDistantDisplayPanoManager/src/com/android/car/pano/manager/picker/ |
D | PickerAppCardViewAdapter.kt | 122 val keyList = mutableListOf<String>() in <lambda>() constant
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/serialization/ |
H A D | KeyChainSnapshotSerializerTest.java | 273 ArrayList<WrappedApplicationKey> keyList = new ArrayList<>(); in createKeysWithoutMetadata() local 281 ArrayList<WrappedApplicationKey> keyList = new ArrayList<>(); in createKeysWithMetadata() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/ |
H A D | AvalancheController.kt | 330 val keyList = mutableListOf<String>() in getWaitingKeys() constant
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/ |
H A D | LDML2ICUBinaryWriter.java | 758 String keyList = ""; in writeKeyString() local 855 String keyList, ICUResourceWriter.Resource resTop, int usedOffset) { in buildKeyList()
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | PropertiesTest.java | 509 List<String> keyList = Arrays.asList(keys); in test_stringPropertyNames_scenario1() local 559 List<String> keyList = new ArrayList<String>(); in test_stringPropertyNames_scenario2() local
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/ |
H A D | CompositePublicKey.java | 38 List<PublicKey> keyList = new ArrayList<PublicKey>(keys.length); in CompositePublicKey() local
|
H A D | CompositePrivateKey.java | 38 List<PrivateKey> keyList = new ArrayList<PrivateKey>(keys.length); in CompositePrivateKey() local
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/ |
H A D | CompositePrivateKey.java | 36 List<PrivateKey> keyList = new ArrayList<PrivateKey>(keys.length); in CompositePrivateKey() local
|
H A D | CompositePublicKey.java | 36 List<PublicKey> keyList = new ArrayList<PublicKey>(keys.length); in CompositePublicKey() local
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/ |
H A D | CompositePrivateKey.java | 38 List<PrivateKey> keyList = new ArrayList<PrivateKey>(keys.length); in CompositePrivateKey() local
|
H A D | CompositePublicKey.java | 38 List<PublicKey> keyList = new ArrayList<PublicKey>(keys.length); in CompositePublicKey() local
|
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/ |
H A D | PreFillQueue.java | 10 private final List<PreFillType> keyList; field in PreFillQueue
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/common/java/com/android/odp/module/common/data/ |
D | OdpEncryptionKeyDao.java | 101 List<OdpEncryptionKey> keyList = new ArrayList<>(); in readEncryptionKeysFromDatabase() local
|
/aosp_15_r20/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestCertActivity.java | 57 private ArrayList<String> keyList = new ArrayList<String>(); field in TestCertActivity
|
/aosp_15_r20/external/nist-sip/java/gov/nist/core/ |
H A D | MultiValueMapImpl.java | 45 ArrayList<V> keyList = map.get(key); in put() local
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/ |
D | TfSuiteRunnerTest.java | 300 List<String> keyList = new ArrayList<>(configMap.keySet()); in testLoadTests_additionalTestsZip() local
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/ |
H A D | RecoverySnapshotStorageTest.java | 211 ArrayList<WrappedApplicationKey> keyList = new ArrayList<>(); in createTestKeyChainSnapshot() local
|
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
H A D | StatisticsTool.java | 191 private void writeStatistics(ArrayList keyList, boolean visual) in writeStatistics()
|
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/tools/ |
D | main.cpp | 234 const char **keyList = ME->getPragmaKeyList(); in dumpMetadata() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/file/ |
H A D | Files2Test.java | 694 List<Object> keyList = new ArrayList<>(); in test_walkFileTree_depthFirst() local 1819 List<Object> keyList; field in Files2Test.TestFileVisitor
|