Home
last modified time | relevance | path

Searched defs:key1 (Results 1 – 18 of 18) 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.java209 WifiCandidates.Key key1 = new WifiCandidates.Key(matchInfo1, mac1, 1); in testKeyEquivalence() local
/packages/modules/Connectivity/tests/unit/java/android/net/nsd/
DNsdManagerTest.java161 int key1 = getRequestKey(req -> verify(mServiceConn).resolveService(req.capture(), any())); in doTestResolveService() local
183 int key1 = getRequestKey(req -> verify(mServiceConn).resolveService(req.capture(), any())); in doTestParallelResolveService() local
208 int key1 = getRequestKey(req -> verify(mServiceConn).registerService(req.capture(), any())); in doTestRegisterService() local
268 int key1 = getRequestKey(req -> in doTestDiscoverService() local
/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.cpp158 ConditionKey key1; in TEST_F() local
DCountMetricProducer_test.cpp215 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/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DDynamicGridKeyboard.java58 final Key key1 = getTemplateKey(TEMPLATE_KEY_CODE_1); in DynamicGridKeyboard() local
/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsCollectionTest.java558 final Key key1 = new Key(Set.of(testIdent), 0, 0, 0); in testRemoveHistoryBefore() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCandidates.java621 ScanResultMatchInfo key1 = ScanResultMatchInfo.fromScanResult(scanResult); in validConfigAndScanDetail() local
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/pps/
DCredential.java1231 private static boolean isPrivateKeyEquals(PrivateKey key1, PrivateKey key2) { in isPrivateKeyEquals()
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DNavigatorTest.java1075 AccessibilityNodeInfo key1 = mNodeBuilder in testFindNudgeTargetFocusArea3() local