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 298 * {@link #EXTRA_MULTIPLE_NETWORKS_CHANGED} is set to true the new configuration
318 public static final String EXTRA_MULTIPLE_NETWORKS_CHANGED = "multipleChanges";
321 * has changed. Only present if {@link #EXTRA_MULTIPLE_NETWORKS_CHANGED} is {@code false}
    [all...]
WifiConfigStore.java 601 intent.putExtra(WifiManager.EXTRA_MULTIPLE_NETWORKS_CHANGED, false);
613 intent.putExtra(WifiManager.EXTRA_MULTIPLE_NETWORKS_CHANGED, true);
    [all...]

Completed in 20 milliseconds