HomeSort by relevance Sort by last modified time
    Searched refs:connectChoices (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiAutoJoinController.java 435 if (selected.connectChoices != null) {
438 + Integer.toString(selected.connectChoices.size())
501 // add the recently seen config to the selected's connectChoices array
503 if (selected.connectChoices == null) {
504 selected.connectChoices = new HashMap<String, Integer>();
511 Integer currentChoice = selected.connectChoices.get(config.configKey(true));
517 selected.connectChoices.put(config.configKey(true), choice);
519 if (config.connectChoices != null) {
525 config.connectChoices.remove(selected.configKey(true));
531 config.connectChoices.remove(key)
    [all...]
WifiConfigStore.java     [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 848 public HashMap<String, Integer> connectChoices;
    [all...]

Completed in 63 milliseconds