Searched refs:getConnectChoice (Results 1 – 13 of 13) sorted by relevance
2669 public String getConnectChoice() { in getConnectChoice() method in WifiConfiguration.NetworkSelectionStatus3034 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()
4432 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 …]
896 assertEquals(expected.getConnectChoice(), actual.getConnectChoice()); in assertNetworkSelectionStatusEqualForConfigStore()
2754 when(networkSelectionStatus.getConnectChoice()).thenReturn("\"ConnectChoiceTest\"NONE"); in networkSelectionNotPerformedWhenAllCmmIsSufficient()
214 XmlUtil.writeNextValue(out, XML_TAG_CONNECT_CHOICE, provider.getConnectChoice()); in serializeProvider()
301 if (TextUtils.equals(provider.getConnectChoice(), choiceKey)) { in onUserConnectChoiceRemove()568 newProvider.setUserConnectChoice(old.getConnectChoice(), old.getConnectChoiceRssi()); in addOrUpdateProvider()
1233 public String getConnectChoice() { in getConnectChoice() method in PasspointProvider
805 while (tempConfig.getNetworkSelectionStatus().getConnectChoice() != null) { in overrideCandidateWithUserConnectChoice()806 String key = tempConfig.getNetworkSelectionStatus().getConnectChoice(); in overrideCandidateWithUserConnectChoice()1053 return currentNetwork.getNetworkSelectionStatus().getConnectChoice(); in getConnectChoiceKey()
1285 .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()
1970 assertEquals(USER_CONNECT_CHOICE, mProvider.getConnectChoice()); in testSetUserConnectChoice()1974 configuration.getNetworkSelectionStatus().getConnectChoice()); in testSetUserConnectChoice()
916 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()
1442 XmlUtil.writeNextValue(out, XML_TAG_CONNECT_CHOICE, selectionStatus.getConnectChoice()); in writeToXml()
1508 Landroid/net/wifi/WifiConfiguration$NetworkSelectionStatus;->getConnectChoice()Ljava/lang/String;