Home
last modified time | relevance | path

Searched defs:key3 (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DObjectCounterTest.java45 public boolean key3; field in ObjectCounterTest.TestKey
47 public TestKey(int key1, String key2, boolean key3) { in TestKey()
87 public boolean key3; field in ObjectCounterTest.TestKeyProto
90 public TestKeyProto(int key1, String key2, boolean key3, int count) { in TestKeyProto()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DScanResultMatchInfoTest.java101 ScanResultMatchInfo key3 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfiguration); in testEqualityRulesForTransitionMode() local
134 ScanResultMatchInfo key3 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfiguration); in testEqualityRulesForPsk() local
168 ScanResultMatchInfo key3 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfiguration); in testEqualityRulesForSae() local
203 ScanResultMatchInfo key3 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfigurationSae); in testHashForTransitionMode() local
/frameworks/base/services/robotests/backup/src/com/android/server/backup/encryption/storage/
DTertiaryKeysTableTest.java136 TertiaryKey key3 = generateTertiaryKey(SECONDARY_ALIAS, package3); in getAllKeys_withMatchingKeys_returnsAllKeysWrappedWithSecondary() local
147 assertTertiaryKeysEqual(keysByPackageName.get(package3), key3); in getAllKeys_withMatchingKeys_returnsAllKeysWrappedWithSecondary() local
/frameworks/base/tests/net/java/android/net/nsd/
DNsdManagerTest.java155 int key3 = verifyRequest(NsdManager.REGISTER_SERVICE); in testRegisterService() local
245 int key3 = verifyRequest(NsdManager.DISCOVER_SERVICES); in testDiscoverService() local
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
DLocationRequestStatisticsTest.java143 PackageProviderKey key3 = new PackageProviderKey(PACKAGE2, PROVIDER1); in testMultiplePackages() local