Home
last modified time | relevance | path

Searched defs:key1 (Results 1 – 25 of 30) sorted by relevance

12

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DTaskKeyByLastActiveTimeCacheTest.java37 Task.TaskKey key1 = new Task.TaskKey(1, 0, new Intent(), in add() local
60 Task.TaskKey key1 = new Task.TaskKey(1, 0, new Intent(), in addSameTasksWithSameLastActiveTimeTwice() local
82 Task.TaskKey key1 = new Task.TaskKey(1, 0, new Intent(), in addSameTasksWithDifferentLastActiveTime() local
105 Task.TaskKey key1 = new Task.TaskKey(1, 0, new Intent(), in remove() local
118 Task.TaskKey key1 = new Task.TaskKey(1, 1, new Intent(), in removeByStubKey() local
133 Task.TaskKey key1 = new Task.TaskKey(1, 0, new Intent(), in evictAll() local
176 Task.TaskKey key1 = new Task.TaskKey(1, 0, new Intent(), in getAndInvalidateIfModified() local
201 Task.TaskKey key1 = new Task.TaskKey(1, 0, new Intent(), in removeByLastActiveTimeWhenOverMaxSize() local
235 Task.TaskKey key1 = new Task.TaskKey(1, 0, new Intent(), in updateIfAlreadyInCache() local
252 Task.TaskKey key1 = new Task.TaskKey(1, 0, new Intent(), in updateCacheSizeAndInvalidateExcess() local
/packages/modules/OnDevicePersonalization/tests/commontests/src/com/android/odp/module/common/data/
DOdpEncryptionKeyDaoTest.java78 OdpEncryptionKey key1 = createRandomPublicKeyWithConstantTTL(3600); in testInsertEncryptionKey_success() local
90 OdpEncryptionKey key1 = createRandomPublicKeyWithConstantTTL(3600); in testInsertDuplicateEncryptionKey_success() local
130 OdpEncryptionKey key1 = createFixedPublicKey(); in testQueryKeys_success() local
161 OdpEncryptionKey key1 = createRandomPublicKeyWithConstantTTL(1000000L); in findExpiryKeys_success() local
178 OdpEncryptionKey key1 = createRandomPublicKeyWithConstantTTL(1000000L); in findExpiryKeysWithLimit_success() local
209 OdpEncryptionKey key1 = createRandomPublicKeyWithConstantTTL(0); in deleteExpiredKeys_success() local
229 OdpEncryptionKey key1 = in insertNullFieldEncryptionKey() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DObjectCounterTest.java44 public int key1; field in ObjectCounterTest.TestKey
48 public TestKey(int key1, String key2, boolean key3) { in TestKey()
86 public int key1; field in ObjectCounterTest.TestKeyProto
91 public TestKeyProto(int key1, String key2, boolean key3, int count) { in TestKeyProto()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanResultMatchInfoTest.java177 ScanResultMatchInfo key1 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfiguration); in testEqualityRulesForTransitionMode() local
210 ScanResultMatchInfo key1 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfiguration); in testEqualityRulesForPsk() local
244 ScanResultMatchInfo key1 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfiguration); in testEqualityRulesForSae() local
279 ScanResultMatchInfo key1 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfigurationPsk); in testHashForTransitionMode() local
383 ScanResultMatchInfo key1 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfigurationSae); in testSaeToPskDoesNotDowngrade() local
430 ScanResultMatchInfo key1 = ScanResultMatchInfo in testOweToOpenDoesNotDowngrade() local
463 ScanResultMatchInfo key1 = ScanResultMatchInfo in testWpa3EnterpriseToWpa2EnterpriseDoesNotDowngrade() local
DWifiCandidatesTest.java214 WifiCandidates.Key key1 = new WifiCandidates.Key(matchInfo1, mac1, 1); in testKeyEquivalence() local
/packages/modules/AdServices/adservices/tests/cts/assets/scenarios/data/
DBiddingSignals.json3 "key1": "signal_value_for_key1", string
/packages/modules/Connectivity/tests/common/java/android/net/netstats/
DNetworkStatsCollectionTest.kt44 val key1 = NetworkStatsCollection.Key(ident, /* uid */ 0, /* set */ 0, /* tag */ 0) in testBuilder() constant
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardLayoutTest.java48 Key key1 = new Key("label1", 101, 102, "101", "101hint", 103, 104, 105, 106, 1100, 1101, in testNewKeyboardLayout() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stable/
DProcessStableFlagsLoggerTest.java124 String key1 = "key1"; in testLogAdServicesFlagsUpdateEvent_enabled_sameProperties() local
181 String key1 = "key1"; in testLogAdServicesFlagsUpdateEvent_enabled_differentProperties() local
/packages/modules/StatsD/statsd/tests/metrics/
DMaxDurationTracker_test.cpp48 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); variable
54 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); in TEST() local
91 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); in TEST() local
128 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); in TEST() local
168 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); in TEST() local
529 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); in TEST() local
DOringDurationTracker_test.cpp193 ConditionKey key1; in TEST() local
231 ConditionKey key1; in TEST() local
273 ConditionKey key1; in TEST() local
DEventMetricProducer_test.cpp162 ConditionKey key1; in TEST_F() local
/packages/modules/OnDevicePersonalization/tests/commontests/src/com/android/odp/module/common/encryption/
DOdpEncryptionKeyTest.java42 OdpEncryptionKey key1 = in testBuilderAndEquals() local
/packages/modules/Connectivity/tests/unit/java/android/net/nsd/
DNsdManagerTest.java184 int key1 = getRequestKey(req -> verify(mServiceConn).resolveService(req.capture(), any())); in doTestResolveService() local
206 int key1 = getRequestKey(req -> verify(mServiceConn).resolveService(req.capture(), any())); in doTestParallelResolveService() local
264 int key1 = getRequestKey(req -> verify(mServiceConn).registerService(req.capture(), any())); in doTestRegisterService() local
325 int key1 = getRequestKey(req -> in doTestDiscoverService() local
/packages/modules/NeuralNetworks/runtime/test/
DTestStatsdTelemetry.cpp106 const auto key1 = kExampleKey; in TEST() local
174 const auto key1 = kExampleKey; in TEST() local
192 const auto key1 = kExampleKey; in TEST() local
208 const AtomKey key1 = kExampleKey; in TEST() local
/packages/modules/Connectivity/networksecurity/tests/unit/src/com/android/server/net/ct/
DPemReaderTest.java48 PublicKey key1 = instance.generateKeyPair().getPublic(); in testReadKeys_multipleKeys() local
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/data/
DPreferenceControllerState.java164 protected static boolean keyEquals(String[] key1, String[] key2) { in keyEquals()
/packages/modules/Bluetooth/system/osi/test/
Dhash_map_utils_test.cc101 char key1[] = "key1"; in TEST_F() local
/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DRkpdDatabaseTest.java192 ProvisionedKey key1 = new ProvisionedKey(TEST_KEY_BLOB_1, TEST_HAL_1, TEST_KEY_BLOB_1, in testGetTotalExpiringKeysForIrpc() local
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/maintenance/
DOnDevicePersonalizationMaintenanceJobTest.java375 String key1 = "key1"; in addTestData() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
DFingerprintSettingsFragmentTest.java436 String key1 = "ExtKey1"; in testHasExtPreferences() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DDynamicGridKeyboard.java58 final Key key1 = getTemplateKey(TEMPLATE_KEY_CODE_1); in DynamicGridKeyboard() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/
Dattribution_service_test.json3274 "key1": ["val1"] array
3327 "key1": ["val1"] array
3662 "key1": ["val1"], array
3684 "key1": ["val1", "value_12"] array
3700 "key1": ["value_11", "value_12"]}, { array
3704 {"key1": ["val1"]}, array
3730 "key1": ["val1"], array
3752 "key1": ["val1", "value_12"] array
3768 "key1": ["value_11", "value_12"]}, { array
3772 {"key1": ["val1"]}, array
[all …]
/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsCollectionTest.java592 final Key key1 = new Key(Set.of(testIdent), 0, 0, 0); in testRemoveHistoryBefore() local
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/pps/
DCredential.java1274 private static boolean isPrivateKeyEquals(PrivateKey key1, PrivateKey key2) { in isPrivateKeyEquals()

12