Searched refs:NETWORK_SELECTION_ENABLED (Results 1 – 16 of 16) sorted by relevance
19 import static android.net.wifi.WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED;44 != NETWORK_SELECTION_ENABLED)) { in buildLoggingSummary()
22 import static android.net.wifi.WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED;278 if (networkSelectionStatus.getNetworkSelectionStatus() != NETWORK_SELECTION_ENABLED in startConnect()
18 import static android.net.wifi.WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED;334 || networkStatus.getNetworkSelectionStatus() == NETWORK_SELECTION_ENABLED) { in isWifiEntryDisabledByWrongPassword()
19 import static android.net.wifi.WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED;254 when(status.getNetworkSelectionStatus()).thenReturn(NETWORK_SELECTION_ENABLED); in performButtonClick_savedWifiEntry_forgetsNetwork()
336 status.setNetworkSelectionStatus(NetworkSelectionStatus.NETWORK_SELECTION_ENABLED); in testEnabledNetworkSelectionStatusSerializeDeserialize()415 expectedStatus.setNetworkSelectionStatus(NetworkSelectionStatus.NETWORK_SELECTION_ENABLED); in testDeprecatedNetworkSelectionStatusDeserialize()464 expectedStatus.setNetworkSelectionStatus(NetworkSelectionStatus.NETWORK_SELECTION_ENABLED); in testDeprecatedNetworkSelectionDisableReasonDeserialize()
19 import static android.net.wifi.WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED;1407 || networkStatus.getNetworkSelectionStatus() == NETWORK_SELECTION_ENABLED) { in isDisabledByWrongPassword()
1366 != NetworkSelectionStatus.NETWORK_SELECTION_ENABLED) { in setNetworkSelectionEnabled()1372 NetworkSelectionStatus.NETWORK_SELECTION_ENABLED); in setNetworkSelectionEnabled()
2212 case NetworkSelectionStatus.NETWORK_SELECTION_ENABLED: in sendNetworkSelectionStatusChangedUpdate()
2141 NETWORK_SELECTION_ENABLED,2149 public static final int NETWORK_SELECTION_ENABLED = 0; field in WifiConfiguration.NetworkSelectionStatus2844 return mStatus == NETWORK_SELECTION_ENABLED; in isNetworkEnabled()
1105 WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED); in testPnoListComparator()1108 WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED); in testPnoListComparator()
885 NetworkSelectionStatus.NETWORK_SELECTION_ENABLED, in assertNetworkSelectionStatusEqualForConfigStore()
1416 assertEquals(NetworkSelectionStatus.NETWORK_SELECTION_ENABLED, in verifyConsistentWatchdogAndSsidBlocklist()
293 NetworkSelectionStatus.NETWORK_SELECTION_ENABLED); in setUp()1638 assertEquals(NetworkSelectionStatus.NETWORK_SELECTION_ENABLED, in testTryEnableNetwork()1684 assertEquals(NetworkSelectionStatus.NETWORK_SELECTION_ENABLED, in verifyDisableNetwork()
1521 status = NetworkSelectionStatus.NETWORK_SELECTION_ENABLED; in parseFromXml()
631 field @Deprecated public static final int NETWORK_SELECTION_ENABLED = 0; // 0x0
1542 Landroid/net/wifi/WifiConfiguration$NetworkSelectionStatus;->NETWORK_SELECTION_ENABLED:I