Searched refs:CONFIGURED_NETWORKS_CHANGED_ACTION (Results 1 – 7 of 7) sorted by relevance
184 filter.addAction(WifiManager.CONFIGURED_NETWORKS_CHANGED_ACTION); in newIntentFilter()885 } else if (WifiManager.CONFIGURED_NETWORKS_CHANGED_ACTION.equals(action)
903 mContext, new Intent(WifiManager.CONFIGURED_NETWORKS_CHANGED_ACTION)); in stopTrackingShouldSetStaleBitWhichPreventsCallbacksUntilNextScanResult()921 mContext, new Intent(WifiManager.CONFIGURED_NETWORKS_CHANGED_ACTION)); in startTrackingShouldNotSendAnyCallbacksUntilScanResultsAreProcessed()
826 Intent intent = new Intent(WifiManager.CONFIGURED_NETWORKS_CHANGED_ACTION); in sendConfiguredNetworkChangedBroadcast()842 Intent intent = new Intent(WifiManager.CONFIGURED_NETWORKS_CHANGED_ACTION); in sendConfiguredNetworksChangedBroadcast()
805 public static final String CONFIGURED_NETWORKS_CHANGED_ACTION = field in WifiManager
864 new IntentFilter(WifiManager.CONFIGURED_NETWORKS_CHANGED_ACTION); in initService()
5401 …field public static final String CONFIGURED_NETWORKS_CHANGED_ACTION = "android.net.wifi.CONFIGURED…
5307 …field public static final String CONFIGURED_NETWORKS_CHANGED_ACTION = "android.net.wifi.CONFIGURED…