Home
last modified time | relevance | path

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

/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.java175 ScanResultMatchInfo key1 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfiguration); in testEqualityRulesForTransitionMode() local
208 ScanResultMatchInfo key1 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfiguration); in testEqualityRulesForPsk() local
242 ScanResultMatchInfo key1 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfiguration); in testEqualityRulesForSae() local
277 ScanResultMatchInfo key1 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfigurationPsk); in testHashForTransitionMode() local
381 ScanResultMatchInfo key1 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfigurationSae); in testSaeToPskDoesNotDowngrade() local
428 ScanResultMatchInfo key1 = ScanResultMatchInfo in testOweToOpenDoesNotDowngrade() local
461 ScanResultMatchInfo key1 = ScanResultMatchInfo in testWpa3EnterpriseToWpa2EnterpriseDoesNotDowngrade() local
DWifiCandidatesTest.java212 WifiCandidates.Key key1 = new WifiCandidates.Key(matchInfo1, mac1, 1); in testKeyEquivalence() local
/packages/modules/Connectivity/tests/unit/java/android/net/nsd/
DNsdManagerTest.java163 int key1 = getRequestKey(req -> verify(mServiceConn).resolveService(req.capture(), any())); in doTestResolveService() local
185 int key1 = getRequestKey(req -> verify(mServiceConn).resolveService(req.capture(), any())); in doTestParallelResolveService() local
210 int key1 = getRequestKey(req -> verify(mServiceConn).registerService(req.capture(), any())); in doTestRegisterService() local
270 int key1 = getRequestKey(req -> in doTestDiscoverService() local
/packages/modules/AdServices/adservices/tests/cts/assets/
DBiddingSignals.json2 "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/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
88 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); in TEST() local
123 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); in TEST() local
162 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); in TEST() local
DOringDurationTracker_test.cpp185 ConditionKey key1; in TEST() local
222 ConditionKey key1; in TEST() local
263 ConditionKey key1; in TEST() local
DEventMetricProducer_test.cpp162 ConditionKey key1; in TEST_F() local
DCountMetricProducer_test.cpp218 ConditionKey key1; in TEST() 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/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.cc107 char key1[] = "key1"; in TEST_F() local
/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DRkpdDatabaseTest.java185 ProvisionedKey key1 = new ProvisionedKey(TEST_KEY_BLOB_1, TEST_HAL_1, TEST_KEY_BLOB_1, in testGetTotalExpiringKeysForIrpc() 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/assets/
Dattribution_service_test.json3262 "key1": ["val1"] array
3314 "key1": ["val1"] array
3644 "key1": ["val1"], array
3666 "key1": ["val1", "value_12"] array
3681 "key1": ["value_11", "value_12"]}, { array
3685 {"key1": ["val1"]}, array
3710 "key1": ["val1"], array
3732 "key1": ["val1", "value_12"] array
3747 "key1": ["value_11", "value_12"]}, { array
3751 {"key1": ["val1"]}, array
[all …]
/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsCollectionTest.java563 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()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCandidates.java715 ScanResultMatchInfo key1 = ScanResultMatchInfo.fromScanResult(scanResult); in validConfigAndScanDetail() local
DClientModeImpl.java7783 ScanResultMatchInfo key1 = ScanResultMatchInfo.fromWifiConfiguration(config); in updateWifiConfigOnStartConnection() local
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DNavigatorTest.java1075 AccessibilityNodeInfo key1 = mNodeBuilder in testFindNudgeTargetFocusArea3() local