Home
last modified time | relevance | path

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

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
H A DConnectState.java19 import static android.net.wifi.WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED;
220 == NETWORK_SELECTION_ENABLED) { in inferConnectionStatus()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DWifiUtils.java19 import static android.net.wifi.WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED;
86 != NETWORK_SELECTION_ENABLED)) { in buildLoggingSummary()
H A DAccessPoint.java19 import static android.net.wifi.WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED;
1187 != NETWORK_SELECTION_ENABLED)) { in getSettingsSummary()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
H A DWifiUtil.java18 import static android.net.wifi.WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED;
335 || networkStatus.getNetworkSelectionStatus() == NETWORK_SELECTION_ENABLED) { in isWifiEntryDisabledByWrongPassword()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DXmlUtilTest.java271 status.setNetworkSelectionStatus(NetworkSelectionStatus.NETWORK_SELECTION_ENABLED); in testEnabledNetworkSelectionStatusSerializeDeserialize()
350 expectedStatus.setNetworkSelectionStatus(NetworkSelectionStatus.NETWORK_SELECTION_ENABLED); in testDeprecatedNetworkSelectionStatusDeserialize()
399 expectedStatus.setNetworkSelectionStatus(NetworkSelectionStatus.NETWORK_SELECTION_ENABLED); in testDeprecatedNetworkSelectionDisableReasonDeserialize()
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/
H A DWifiEntryListPreferenceControllerTest.java19 import static android.net.wifi.WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED;
223 when(status.getNetworkSelectionStatus()).thenReturn(NETWORK_SELECTION_ENABLED); in performButtonClick_savedWifiEntry_forgetsNetwork()
/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
H A DUtils.java19 import static android.net.wifi.WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED;
439 != NETWORK_SELECTION_ENABLED) { in getWifiConfigurationFailureMessage()
579 if (networkSelectionStatus.getNetworkSelectionStatus() != NETWORK_SELECTION_ENABLED) { in getNetworkSelectionDescription()
H A DStandardWifiEntry.java22 import static android.net.wifi.WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED;
649 if (networkSelectionStatus.getNetworkSelectionStatus() != NETWORK_SELECTION_ENABLED) { in shouldEditBeforeConnect()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiBlocklistMonitor.java1059 != NetworkSelectionStatus.NETWORK_SELECTION_ENABLED) { in setNetworkSelectionEnabled()
1065 NetworkSelectionStatus.NETWORK_SELECTION_ENABLED); in setNetworkSelectionEnabled()
H A DWifiConfigManager.java1831 case NetworkSelectionStatus.NETWORK_SELECTION_ENABLED: in sendNetworkSelectionStatusChangedUpdate()
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiSettings.java19 import static android.net.wifi.WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED;
1173 || networkStatus.getNetworkSelectionStatus() == NETWORK_SELECTION_ENABLED) { in isDisabledByWrongPassword()
/aosp12/packages/apps/Settings/src/com/android/settings/network/
H A DNetworkProviderSettings.java19 import static android.net.wifi.WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED;
1284 || networkStatus.getNetworkSelectionStatus() == NETWORK_SELECTION_ENABLED) { in isDisabledByWrongPassword()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigurationUtilTest.java968 WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED); in testPnoListComparator()
971 WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED); in testPnoListComparator()
H A DWifiConfigurationTestUtil.java884 NetworkSelectionStatus.NETWORK_SELECTION_ENABLED, in assertNetworkSelectionStatusEqualForConfigStore()
H A DWifiBlocklistMonitorTest.java970 assertEquals(NetworkSelectionStatus.NETWORK_SELECTION_ENABLED, in verifyConsistentWatchdogAndSsidBlocklist()
H A DWifiConfigManagerTest.java259 NetworkSelectionStatus.NETWORK_SELECTION_ENABLED); in setUp()
1406 assertEquals(NetworkSelectionStatus.NETWORK_SELECTION_ENABLED, in testTryEnableNetwork()
1452 assertEquals(NetworkSelectionStatus.NETWORK_SELECTION_ENABLED, in verifyDisableNetwork()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiConfiguration.java1762 NETWORK_SELECTION_ENABLED,
1770 public static final int NETWORK_SELECTION_ENABLED = 0; field in WifiConfiguration.NetworkSelectionStatus
2386 return mStatus == NETWORK_SELECTION_ENABLED; in isNetworkEnabled()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DXmlUtil.java1232 status = NetworkSelectionStatus.NETWORK_SELECTION_ENABLED; in parseFromXml()
/aosp12/packages/modules/Wifi/framework/api/
H A Dsystem-current.txt449 field @Deprecated public static final int NETWORK_SELECTION_ENABLED = 0; // 0x0
/aosp12/packages/modules/Wifi/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt1542 Landroid/net/wifi/WifiConfiguration$NetworkSelectionStatus;->NETWORK_SELECTION_ENABLED:I