Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiConfiguration.java2669 public String getConnectChoice() { in getConnectChoice() method in WifiConfiguration.NetworkSelectionStatus
3034 setConnectChoice(source.getConnectChoice()); in copy()
3052 if (getConnectChoice() != null) { in writeToParcel()
3054 dest.writeString(getConnectChoice()); in writeToParcel()
3486 if (mNetworkSelectionStatus.getConnectChoice() != null) { in toString()
3487 sbuf.append(" connect choice: ").append(mNetworkSelectionStatus.getConnectChoice()); in toString()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java4432 assertNull(preferred.getNetworkSelectionStatus().getConnectChoice()); in verifySetUserConnectChoice()
4435 notPreferred.getNetworkSelectionStatus().getConnectChoice()); in verifySetUserConnectChoice()
4462 retrievedNetwork.getNetworkSelectionStatus().getConnectChoice()); in testRemoveNetworkRemovesConnectChoice()
4470 retrievedNetwork.getNetworkSelectionStatus().getConnectChoice()); in testRemoveNetworkRemovesConnectChoice()
4478 retrievedNetwork.getNetworkSelectionStatus().getConnectChoice()); in testRemoveNetworkRemovesConnectChoice()
4511 retrievedNetwork.getNetworkSelectionStatus().getConnectChoice()); in testDisableAutojoinRemovesConnectChoice()
4519 retrievedNetwork.getNetworkSelectionStatus().getConnectChoice()); in testDisableAutojoinRemovesConnectChoice()
4524 retrievedNetwork.getNetworkSelectionStatus().getConnectChoice()); in testDisableAutojoinRemovesConnectChoice()
5446 retrievedSavedNetwork.getNetworkSelectionStatus().getConnectChoice()); in testDisablePasspointNetworkRemovesUserChoice()
5452 assertNull(retrievedSavedNetwork.getNetworkSelectionStatus().getConnectChoice()); in testDisablePasspointNetworkRemovesUserChoice()
[all …]
DWifiConfigurationTestUtil.java896 assertEquals(expected.getConnectChoice(), actual.getConnectChoice()); in assertNetworkSelectionStatusEqualForConfigStore()
DWifiNetworkSelectorTest.java2754 when(networkSelectionStatus.getConnectChoice()).thenReturn("\"ConnectChoiceTest\"NONE"); in networkSelectionNotPerformedWhenAllCmmIsSufficient()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointConfigUserStoreData.java214 XmlUtil.writeNextValue(out, XML_TAG_CONNECT_CHOICE, provider.getConnectChoice()); in serializeProvider()
DPasspointManager.java301 if (TextUtils.equals(provider.getConnectChoice(), choiceKey)) { in onUserConnectChoiceRemove()
568 newProvider.setUserConnectChoice(old.getConnectChoice(), old.getConnectChoiceRssi()); in addOrUpdateProvider()
DPasspointProvider.java1233 public String getConnectChoice() { in getConnectChoice() method in PasspointProvider
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkSelector.java805 while (tempConfig.getNetworkSelectionStatus().getConnectChoice() != null) { in overrideCandidateWithUserConnectChoice()
806 String key = tempConfig.getNetworkSelectionStatus().getConnectChoice(); in overrideCandidateWithUserConnectChoice()
1053 return currentNetwork.getNetworkSelectionStatus().getConnectChoice(); in getConnectChoiceKey()
DWifiConfigManager.java1285 .setConnectChoice(externalConfig.getNetworkSelectionStatus().getConnectChoice()); in mergeWithInternalWifiConfiguration()
2612 String connectChoice = status.getConnectChoice(); in removeConnectChoiceFromAllNetworks()
4081 if (status.getConnectChoice() != null) {
4082 localLog("Remove user selection preference of " + status.getConnectChoice()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java1970 assertEquals(USER_CONNECT_CHOICE, mProvider.getConnectChoice()); in testSetUserConnectChoice()
1974 configuration.getNetworkSelectionStatus().getConnectChoice()); in testSetUserConnectChoice()
DPasspointManagerTest.java916 when(origProvider.getConnectChoice()).thenReturn(USER_CONNECT_CHOICE); in addSavedProviderWithExistingConfig()
2869 when(provider.getConnectChoice()).thenReturn(USER_CONNECT_CHOICE); in testSetUserConnectChoice()
2877 when(provider.getConnectChoice()).thenReturn(null); in testSetUserConnectChoice()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java1442 XmlUtil.writeNextValue(out, XML_TAG_CONNECT_CHOICE, selectionStatus.getConnectChoice()); in writeToXml()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1508 Landroid/net/wifi/WifiConfiguration$NetworkSelectionStatus;->getConnectChoice()Ljava/lang/String;