Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DCarrierNetworkEvaluatorTest.java376 .NETWORK_SELECTION_PERMANENTLY_DISABLED); in testAvailableButBlacklisted()
DWifiConfigurationUtilTest.java878 WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_PERMANENTLY_DISABLED); in testPnoListComparator()
DWifiNetworkSelectorTest.java691 NetworkSelectionStatus.NETWORK_SELECTION_PERMANENTLY_DISABLED); in setUserConnectChoice()
DWifiConfigManagerTest.java4607 NetworkSelectionStatus.NETWORK_SELECTION_PERMANENTLY_DISABLED); in setDefaults()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java1117 public static final int NETWORK_SELECTION_PERMANENTLY_DISABLED = 2; field in WifiConfiguration.NetworkSelectionStatus
1479 return mStatus == NETWORK_SELECTION_PERMANENTLY_DISABLED; in isNetworkPermanentlyDisabled()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java1001 NetworkSelectionStatus.NETWORK_SELECTION_PERMANENTLY_DISABLED); in setDefaultsInWifiConfiguration()
1520 NetworkSelectionStatus.NETWORK_SELECTION_PERMANENTLY_DISABLED); in setNetworkSelectionPermanentlyDisabled()
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
DAccessPointTest.java464 WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_PERMANENTLY_DISABLED);