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

  /packages/apps/Settings/src/com/android/settings/wifi/details/
WifiDetailPreferenceController.java 154 if (!intent.getBooleanExtra(WifiManager.EXTRA_MULTIPLE_NETWORKS_CHANGED,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigManager.java 654 intent.putExtra(WifiManager.EXTRA_MULTIPLE_NETWORKS_CHANGED, false);
670 intent.putExtra(WifiManager.EXTRA_MULTIPLE_NETWORKS_CHANGED, true);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java 670 * {@link #EXTRA_MULTIPLE_NETWORKS_CHANGED} is set to true the new configuration
693 public static final String EXTRA_MULTIPLE_NETWORKS_CHANGED = "multipleChanges";
696 * has changed. Only present if {@link #EXTRA_MULTIPLE_NETWORKS_CHANGED} is {@code false}
    [all...]

Completed in 198 milliseconds