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

  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java 315 * {@link #EXTRA_MULTIPLE_NETWORKS_CHANGED} is set to true the new configuration
335 public static final String EXTRA_MULTIPLE_NETWORKS_CHANGED = "multipleChanges";
338 * has changed. Only present if {@link #EXTRA_MULTIPLE_NETWORKS_CHANGED} is {@code false}
    [all...]
WifiConfigStore.java 586 intent.putExtra(WifiManager.EXTRA_MULTIPLE_NETWORKS_CHANGED, false);
598 intent.putExtra(WifiManager.EXTRA_MULTIPLE_NETWORKS_CHANGED, true);
    [all...]

Completed in 155 milliseconds