Searched refs:getConnectChoice (Results 1 – 8 of 8) 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()
2054 String connectChoice = status.getConnectChoice(); in removeConnectChoiceFromAllNetworks()
1386 public String getConnectChoice() { in getConnectChoice() method in WifiConfiguration.NetworkSelectionStatus1634 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()
702 assertEquals(expected.getConnectChoice(), actual.getConnectChoice()); in assertNetworkSelectionStatusEqualForConfigStore()
3722 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()
991 XmlUtil.writeNextValue(out, XML_TAG_CONNECT_CHOICE, selectionStatus.getConnectChoice()); in writeToXml()
10825 HSPLandroid/net/wifi/WifiConfiguration$NetworkSelectionStatus;->getConnectChoice()Ljava/lang/String;
47061 Landroid/net/wifi/WifiConfiguration$NetworkSelectionStatus;->getConnectChoice()Ljava/lang/String;