Home
last modified time | relevance | path

Searched refs:getConnectChoice (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSelector.java569 if (status.getConnectChoice() != null) { in setLegacyUserConnectChoice()
570 localLog("Remove user selection preference of " + status.getConnectChoice() in setLegacyUserConnectChoice()
580 && !key.equals(status.getConnectChoice())) { in setLegacyUserConnectChoice()
658 while (tempConfig.getNetworkSelectionStatus().getConnectChoice() != null) { in overrideCandidateWithUserConnectChoice()
659 String key = tempConfig.getNetworkSelectionStatus().getConnectChoice(); in overrideCandidateWithUserConnectChoice()
DWifiConfigManager.java2054 String connectChoice = status.getConnectChoice(); in removeConnectChoiceFromAllNetworks()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java1386 public String getConnectChoice() { in getConnectChoice() method in WifiConfiguration.NetworkSelectionStatus
1634 setConnectChoice(source.getConnectChoice()); in copy()
1649 if (getConnectChoice() != null) { in writeToParcel()
1651 dest.writeString(getConnectChoice()); in writeToParcel()
1870 if (mNetworkSelectionStatus.getConnectChoice() != null) { in toString()
1871 sbuf.append(" connect choice: ").append(mNetworkSelectionStatus.getConnectChoice()); in toString()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationTestUtil.java702 assertEquals(expected.getConnectChoice(), actual.getConnectChoice()); in assertNetworkSelectionStatusEqualForConfigStore()
DWifiConfigManagerTest.java3722 retrievedNetwork.getNetworkSelectionStatus().getConnectChoice()); in testRemoveNetworkRemovesConnectChoice()
3729 retrievedNetwork.getNetworkSelectionStatus().getConnectChoice()); in testRemoveNetworkRemovesConnectChoice()
3736 retrievedNetwork.getNetworkSelectionStatus().getConnectChoice()); in testRemoveNetworkRemovesConnectChoice()
4583 retrievedSavedNetwork.getNetworkSelectionStatus().getConnectChoice()); in testDisablePasspointNetworkRemovesUserChoice()
4589 assertNull(retrievedSavedNetwork.getNetworkSelectionStatus().getConnectChoice()); in testDisablePasspointNetworkRemovesUserChoice()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java991 XmlUtil.writeNextValue(out, XML_TAG_CONNECT_CHOICE, selectionStatus.getConnectChoice()); in writeToXml()
/frameworks/base/config/
Dboot-image-profile.txt10825 HSPLandroid/net/wifi/WifiConfiguration$NetworkSelectionStatus;->getConnectChoice()Ljava/lang/String;
Dhiddenapi-greylist-max-o.txt47061 Landroid/net/wifi/WifiConfiguration$NetworkSelectionStatus;->getConnectChoice()Ljava/lang/String;