Searched defs:connectChoices (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java893 public HashMap<String, Integer> connectChoices; field in class:WifiConfiguration
1155 if (this.connectChoices != null) {
1156 for(String key : this.connectChoices.keySet()) {
1157 Integer choice = this.connectChoices.get(key);
1468 if ((source.connectChoices != null) && (source.connectChoices.size() > 0)) {
1469 connectChoices = new HashMap<String, Integer>();
1470 connectChoices.putAll(source.connectChoices);

Completed in 148 milliseconds