Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
H A DPasspointWifiEntry.java586 synchronized String getNetworkSelectionDescription() { in getNetworkSelectionDescription() method in PasspointWifiEntry
587 return Utils.getNetworkSelectionDescription(mWifiConfig); in getNetworkSelectionDescription()
H A DUtils.java563 final String networkSelectionDescription = wifiEntry.getNetworkSelectionDescription(); in getVerboseLoggingDescription()
571 static String getNetworkSelectionDescription(WifiConfiguration wifiConfig) { in getNetworkSelectionDescription() method in Utils
H A DStandardWifiEntry.java946 String getNetworkSelectionDescription() { in getNetworkSelectionDescription() method in StandardWifiEntry
947 return Utils.getNetworkSelectionDescription(getWifiConfiguration()); in getNetworkSelectionDescription()
H A DWifiEntry.java661 String getNetworkSelectionDescription() { in getNetworkSelectionDescription() method in WifiEntry
/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
H A DUtilsTest.java26 import static com.android.wifitrackerlib.Utils.getNetworkSelectionDescription;
441 assertThat(getNetworkSelectionDescription(wifiConfig)).isEqualTo(expected); in testGetNetworkSelectionDescription_disabledWrongPassword_showsWrongPasswordLabel()