Searched refs:getConnectChoice (Results 1 – 6 of 6) sorted by relevance
569 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()
1972 String connectChoice = status.getConnectChoice(); in removeConnectChoiceFromAllNetworks()
1385 public String getConnectChoice() { in getConnectChoice() method in WifiConfiguration.NetworkSelectionStatus1633 setConnectChoice(source.getConnectChoice()); in copy()1648 if (getConnectChoice() != null) { in writeToParcel()1650 dest.writeString(getConnectChoice()); in writeToParcel()1869 if (mNetworkSelectionStatus.getConnectChoice() != null) { in toString()1870 sbuf.append(" connect choice: ").append(mNetworkSelectionStatus.getConnectChoice()); in toString()
701 assertEquals(expected.getConnectChoice(), actual.getConnectChoice()); in assertNetworkSelectionStatusEqualForConfigStore()
3627 retrievedNetwork.getNetworkSelectionStatus().getConnectChoice()); in testRemoveNetworkRemovesConnectChoice()3634 retrievedNetwork.getNetworkSelectionStatus().getConnectChoice()); in testRemoveNetworkRemovesConnectChoice()3641 retrievedNetwork.getNetworkSelectionStatus().getConnectChoice()); in testRemoveNetworkRemovesConnectChoice()4488 retrievedSavedNetwork.getNetworkSelectionStatus().getConnectChoice()); in testDisablePasspointNetworkRemovesUserChoice()4494 assertNull(retrievedSavedNetwork.getNetworkSelectionStatus().getConnectChoice()); in testDisablePasspointNetworkRemovesUserChoice()
922 XmlUtil.writeNextValue(out, XML_TAG_CONNECT_CHOICE, selectionStatus.getConnectChoice()); in writeToXml()