Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DStandardWifiEntryTest.java634 getSavedStandardWifiEntry(WifiConfiguration.SECURITY_TYPE_PSK); in testCanShare_securityCanShare_shouldReturnTrue()
636 getSavedStandardWifiEntry(WifiConfiguration.SECURITY_TYPE_WEP); in testCanShare_securityCanShare_shouldReturnTrue()
638 getSavedStandardWifiEntry(WifiConfiguration.SECURITY_TYPE_OPEN); in testCanShare_securityCanShare_shouldReturnTrue()
640 getSavedStandardWifiEntry(WifiConfiguration.SECURITY_TYPE_SAE); in testCanShare_securityCanShare_shouldReturnTrue()
642 getSavedStandardWifiEntry(WifiConfiguration.SECURITY_TYPE_OWE); in testCanShare_securityCanShare_shouldReturnTrue()
654 getSavedStandardWifiEntry(WifiConfiguration.SECURITY_TYPE_EAP); in testCanShare_securityCanNotShare_shouldReturnFalse()
656 getSavedStandardWifiEntry( in testCanShare_securityCanNotShare_shouldReturnFalse()
682 getSavedStandardWifiEntry(WifiConfiguration.SECURITY_TYPE_PSK); in testCanEasyConnect_securityCanEasyConnect_shouldReturnTrue()
684 getSavedStandardWifiEntry(WifiConfiguration.SECURITY_TYPE_SAE); in testCanEasyConnect_securityCanEasyConnect_shouldReturnTrue()
694 getSavedStandardWifiEntry(WifiConfiguration.SECURITY_TYPE_OPEN); in testCanEasyConnect_securityCanNotEasyConnect_shouldReturnFalse()
[all …]