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

  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java 330 public static final int CHANGE_REASON_ADDED = 0;
    [all...]
WifiConfigStore.java 263 WifiManager.CHANGE_REASON_ADDED : WifiManager.CHANGE_REASON_CONFIG_CHANGE);
327 result.isNewNetwork ? WifiManager.CHANGE_REASON_ADDED :
594 * @param reason The reason for the change, should be one of WifiManager.CHANGE_REASON_ADDED,
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 54 import static android.net.wifi.WifiManager.CHANGE_REASON_ADDED;
510 final int reason = intent.getIntExtra(EXTRA_CHANGE_REASON, CHANGE_REASON_ADDED);
    [all...]

Completed in 25 milliseconds