Searched refs:connectChoiceConfigKey (Results 1 – 1 of 1) sorted by relevance
2045 private void removeConnectChoiceFromAllNetworks(String connectChoiceConfigKey) { in removeConnectChoiceFromAllNetworks() argument2047 Log.v(TAG, "Removing connect choice from all networks " + connectChoiceConfigKey); in removeConnectChoiceFromAllNetworks()2049 if (connectChoiceConfigKey == null) { in removeConnectChoiceFromAllNetworks()2055 if (TextUtils.equals(connectChoice, connectChoiceConfigKey)) { in removeConnectChoiceFromAllNetworks()2099 int networkId, String connectChoiceConfigKey, long timestamp) { in setNetworkConnectChoice() argument2101 … Log.v(TAG, "Set network connect choice " + connectChoiceConfigKey + " for " + networkId); in setNetworkConnectChoice()2107 config.getNetworkSelectionStatus().setConnectChoice(connectChoiceConfigKey); in setNetworkConnectChoice()