Searched refs:NETWORK_SELECTION_ENABLE (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiConfiguration.java | 1137 public static final int NETWORK_SELECTION_ENABLE = 0; field in WifiConfiguration.NetworkSelectionStatus 1441 if (reason >= NETWORK_SELECTION_ENABLE && reason < NETWORK_SELECTION_DISABLED_MAX) { in getNetworkDisableReasonString() 1545 if (reason >= NETWORK_SELECTION_ENABLE && reason < NETWORK_SELECTION_DISABLED_MAX) { in getDisableReasonCounter() 1559 if (reason >= NETWORK_SELECTION_ENABLE && reason < NETWORK_SELECTION_DISABLED_MAX) { in setDisableReasonCounter() 1572 if (reason >= NETWORK_SELECTION_ENABLE && reason < NETWORK_SELECTION_DISABLED_MAX) { in incrementDisableReasonCounter() 1586 if (reason >= NETWORK_SELECTION_ENABLE && reason < NETWORK_SELECTION_DISABLED_MAX) { in clearDisableReasonCounter() 1587 mNetworkSeclectionDisableCounter[reason] = NETWORK_SELECTION_ENABLE; in clearDisableReasonCounter() 1597 Arrays.fill(mNetworkSeclectionDisableCounter, NETWORK_SELECTION_ENABLE); in clearDisableReasonCounter() 1624 for (int index = NETWORK_SELECTION_ENABLE; index < NETWORK_SELECTION_DISABLED_MAX; in copy() 1643 for (int index = NETWORK_SELECTION_ENABLE; index < NETWORK_SELECTION_DISABLED_MAX; in writeToParcel() [all …]
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
D | XmlUtilTest.java | 267 status.setNetworkSelectionDisableReason(NetworkSelectionStatus.NETWORK_SELECTION_ENABLE); in testEnabledNetworkSelectionStatusSerializeDeserialize() 332 NetworkSelectionStatus.NETWORK_SELECTION_ENABLE); in testDeprecatedNetworkSelectionStatusDeserialize() 380 NetworkSelectionStatus.NETWORK_SELECTION_ENABLE); in testDeprecatedNetworkSelectionDisableReasonDeserialize()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiNetworkSelectorTestUtil.java | 411 eq(WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLE))) in setupEphemeralNetwork() 415 WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLE); in setupEphemeralNetwork()
|
D | WifiConfigManagerTest.java | 1024 networkId, NetworkSelectionStatus.NETWORK_SELECTION_ENABLE, 0); in testNetworkSelectionStatus() 1045 result.getNetworkId(), NetworkSelectionStatus.NETWORK_SELECTION_ENABLE, 0); in testNetworkSelectionStatus() 1062 networkId, NetworkSelectionStatus.NETWORK_SELECTION_ENABLE, 0); in testNetworkSelectionStatusTemporarilyDisabledDueToNoInternet() 1073 result.getNetworkId(), NetworkSelectionStatus.NETWORK_SELECTION_ENABLE, 0); in testNetworkSelectionStatusTemporarilyDisabledDueToNoInternet() 1090 result.getNetworkId(), NetworkSelectionStatus.NETWORK_SELECTION_ENABLE, 0); in testNetworkSelectionStatusEnableClearsDisableCounters() 1104 result.getNetworkId(), NetworkSelectionStatus.NETWORK_SELECTION_ENABLE, 0); in testNetworkSelectionStatusEnableClearsDisableCounters() 1157 result.getNetworkId(), NetworkSelectionStatus.NETWORK_SELECTION_ENABLE, 0); in testTryEnableNetwork() 2400 result1.getNetworkId(), NetworkSelectionStatus.NETWORK_SELECTION_ENABLE, 0); in testRetrievePnoListDoesNotContainDisabledNetworks() 2402 result2.getNetworkId(), NetworkSelectionStatus.NETWORK_SELECTION_ENABLE, 0); in testRetrievePnoListDoesNotContainDisabledNetworks() 5206 if (reason == NetworkSelectionStatus.NETWORK_SELECTION_ENABLE) { in verifyUpdateNetworkSelectionStatus() [all …]
|
D | WifiConfigurationTestUtil.java | 694 NetworkSelectionStatus.NETWORK_SELECTION_ENABLE, in assertNetworkSelectionStatusEqualForConfigStore()
|
D | WifiNetworkSelectorTest.java | 704 NetworkSelectionStatus.NETWORK_SELECTION_ENABLE); in setUserConnectChoice()
|
D | ClientModeImplTest.java | 20 import static android.net.wifi.WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLE; 3395 FRAMEWORK_NETWORK_ID, NETWORK_SELECTION_ENABLE); in verifyNetworkSelectionEnableOnInternetValidation()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | NetworkSuggestionEvaluator.java | 150 WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLE)) { in addCandidateToWifiConfigManager()
|
D | WifiConfigManager.java | 1572 status.setNetworkSelectionDisableReason(NetworkSelectionStatus.NETWORK_SELECTION_ENABLE); in setNetworkSelectionEnabled() 1638 if (reason == NetworkSelectionStatus.NETWORK_SELECTION_ENABLE) { in setNetworkSelectionStatus() 1665 if (reason != NetworkSelectionStatus.NETWORK_SELECTION_ENABLE) { in updateNetworkSelectionStatus() 1766 config, NetworkSelectionStatus.NETWORK_SELECTION_ENABLE); in tryEnableNetwork() 1771 config, NetworkSelectionStatus.NETWORK_SELECTION_ENABLE); in tryEnableNetwork() 1827 networkId, WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLE)) { in enableNetwork()
|
D | ScoredNetworkEvaluator.java | 310 WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLE)) { in getCandidateConfiguration()
|
D | WifiNetworkSelector.java | 551 WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLE); in setUserConnectChoice()
|
D | ClientModeImpl.java | 5781 .NETWORK_SELECTION_ENABLE); in processMessage()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
D | WifiUtils.java | 61 for (int index = WifiConfiguration.NetworkSelectionStatus.NETWORK_SELECTION_ENABLE; in buildLoggingSummary()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | XmlUtil.java | 1056 disableReason = NetworkSelectionStatus.NETWORK_SELECTION_ENABLE; in parseFromXml()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 47094 Landroid/net/wifi/WifiConfiguration$NetworkSelectionStatus;->NETWORK_SELECTION_ENABLE:I
|