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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java308 public static final String CONFIGURED_NETWORKS_CHANGED_ACTION = field in class:WifiManager
312 * the changed Wi-Fi configuration when the {@link #CONFIGURED_NETWORKS_CHANGED_ACTION}
319 * @see #CONFIGURED_NETWORKS_CHANGED_ACTION
327 * @see #CONFIGURED_NETWORKS_CHANGED_ACTION
H A DWifiConfigStore.java600 Intent intent = new Intent(WifiManager.CONFIGURED_NETWORKS_CHANGED_ACTION);
612 Intent intent = new Intent(WifiManager.CONFIGURED_NETWORKS_CHANGED_ACTION);
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java58 import static android.net.wifi.WifiManager.CONFIGURED_NETWORKS_CHANGED_ACTION;
394 final IntentFilter wifiConfigFilter = new IntentFilter(CONFIGURED_NETWORKS_CHANGED_ACTION);

Completed in 113 milliseconds