Searched refs:CONFIGURED_NETWORKS_CHANGED_ACTION (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java322 public static final String CONFIGURED_NETWORKS_CHANGED_ACTION = field in class:WifiManager
326 * the changed Wi-Fi configuration when the {@link #CONFIGURED_NETWORKS_CHANGED_ACTION}
333 * @see #CONFIGURED_NETWORKS_CHANGED_ACTION
341 * @see #CONFIGURED_NETWORKS_CHANGED_ACTION
H A DWifiConfigStore.java632 Intent intent = new Intent(WifiManager.CONFIGURED_NETWORKS_CHANGED_ACTION);
644 Intent intent = new Intent(WifiManager.CONFIGURED_NETWORKS_CHANGED_ACTION);
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java57 import static android.net.wifi.WifiManager.CONFIGURED_NETWORKS_CHANGED_ACTION;
393 final IntentFilter wifiConfigFilter = new IntentFilter(CONFIGURED_NETWORKS_CHANGED_ACTION);

Completed in 276 milliseconds