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()
1383 != NetworkSelectionStatus.NETWORK_SELECTION_ENABLED) { in setNetworkSelectionEnabled()1389 NetworkSelectionStatus.NETWORK_SELECTION_ENABLED); in setNetworkSelectionEnabled()
2262 case NetworkSelectionStatus.NETWORK_SELECTION_ENABLED: in sendNetworkSelectionStatusChangedUpdate()
19 import static android.net.wifi.WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED;1518 || networkStatus.getNetworkSelectionStatus() == NETWORK_SELECTION_ENABLED) { in isDisabledByWrongPassword()
2146 NETWORK_SELECTION_ENABLED,2154 public static final int NETWORK_SELECTION_ENABLED = 0; field in WifiConfiguration.NetworkSelectionStatus2850 return mStatus == NETWORK_SELECTION_ENABLED; in isNetworkEnabled()
1111 WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED); in testPnoListComparator()1114 WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLED); in testPnoListComparator()
885 NetworkSelectionStatus.NETWORK_SELECTION_ENABLED, in assertNetworkSelectionStatusEqualForConfigStore()
1416 assertEquals(NetworkSelectionStatus.NETWORK_SELECTION_ENABLED, in verifyConsistentWatchdogAndSsidBlocklist()
298 NetworkSelectionStatus.NETWORK_SELECTION_ENABLED); in setUp()1644 assertEquals(NetworkSelectionStatus.NETWORK_SELECTION_ENABLED, in testTryEnableNetwork()1690 assertEquals(NetworkSelectionStatus.NETWORK_SELECTION_ENABLED, in verifyDisableNetwork()
1526 status = NetworkSelectionStatus.NETWORK_SELECTION_ENABLED; in parseFromXml()
693 field @Deprecated public static final int NETWORK_SELECTION_ENABLED = 0; // 0x0
1542 Landroid/net/wifi/WifiConfiguration$NetworkSelectionStatus;->NETWORK_SELECTION_ENABLED:I