Home
last modified time | relevance | path

Searched refs:ssidAndSecurityTypeToStandardWifiEntryKey (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
H A DStandardWifiEntryTest.java165 ssidAndSecurityTypeToStandardWifiEntryKey("ssid", SECURITY_TYPE_OPEN), in testConstructor_scanResults_setsBestLevel()
187 ssidAndSecurityTypeToStandardWifiEntryKey("ssid", SECURITY_TYPE_OPEN, in testConstructor_targetingNewSecurity_scanResultsSetSecurity()
193 ssidAndSecurityTypeToStandardWifiEntryKey("ssid", SECURITY_TYPE_EAP, in testConstructor_targetingNewSecurity_scanResultsSetSecurity()
209 ssidAndSecurityTypeToStandardWifiEntryKey("ssid0", SECURITY_TYPE_EAP), in testUpdateScanResultInfo_mismatchedSsids_throwsException()
229 ssidAndSecurityTypeToStandardWifiEntryKey("ssid", SECURITY_TYPE_OPEN), in testUpdateScanResultInfo_notifiesListener()
265 ssidAndSecurityTypeToStandardWifiEntryKey("ssid", SECURITY_TYPE_EAP), in testConstructor_wifiConfig_setsTitle()
279 ssidAndSecurityTypeToStandardWifiEntryKey("ssid", SECURITY_TYPE_EAP), in testConstructor_wifiConfig_setsSecurity()
293 ssidAndSecurityTypeToStandardWifiEntryKey("ssid", SECURITY_TYPE_EAP), in testUpdateConfig_mismatchedSsids_throwsException()
314 ssidAndSecurityTypeToStandardWifiEntryKey("ssid", SECURITY_TYPE_PSK), in testUpdateConfig_mismatchedSecurity_throwsException()
334 ssidAndSecurityTypeToStandardWifiEntryKey("ssid", SECURITY_TYPE_EAP), in testUpdateConfig_unsavedToSaved()
[all …]
H A DStandardNetworkDetailsTrackerTest.java22 …port static com.android.wifitrackerlib.StandardWifiEntry.ssidAndSecurityTypeToStandardWifiEntryKey;
119 ssidAndSecurityTypeToStandardWifiEntryKey("ssid", SECURITY_NONE); in testGetWifiEntry_HasCorrectKey()
134 ssidAndSecurityTypeToStandardWifiEntryKey("ssid", SECURITY_NONE); in testHandleOnStart_scanResultUpdaterUpdateCorrectly()
156 ssidAndSecurityTypeToStandardWifiEntryKey("ssid", SECURITY_NONE); in testScanResultsAvailableAction_updates_getLevel()
195 ssidAndSecurityTypeToStandardWifiEntryKey("ssid", SECURITY_NONE); in testConfiguredNetworksChangedAction_updates_isSaved()
235 ssidAndSecurityTypeToStandardWifiEntryKey("ssid", SECURITY_NONE); in testWifiStateChanged_disabled_clearsLevel()
270 ssidAndSecurityTypeToStandardWifiEntryKey(ssid, SECURITY_TYPE_PSK).toString()); in testSecurityTargeting_pskScansWithSaeConfig_correspondsToNewNetworkTargeting()
282 ssidAndSecurityTypeToStandardWifiEntryKey(ssid, SECURITY_TYPE_PSK, in testSecurityTargeting_pskScansWithSaeConfig_correspondsToNewNetworkTargeting()
/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
H A DStandardWifiEntry.java875 static StandardWifiEntryKey ssidAndSecurityTypeToStandardWifiEntryKey( in ssidAndSecurityTypeToStandardWifiEntryKey() method in StandardWifiEntry
877 return ssidAndSecurityTypeToStandardWifiEntryKey( in ssidAndSecurityTypeToStandardWifiEntryKey()
882 static StandardWifiEntryKey ssidAndSecurityTypeToStandardWifiEntryKey( in ssidAndSecurityTypeToStandardWifiEntryKey() method in StandardWifiEntry