Searched refs:NETWORK_STATE_CHANGED_ACTION (Results 1 – 22 of 22) sorted by relevance
74 } else if (WifiManager.NETWORK_STATE_CHANGED_ACTION.equals(action)) { in onReceive()97 filter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION); in onStart()
145 } else if (WifiManager.NETWORK_STATE_CHANGED_ACTION.equals(action)) { in onReceive()176 filter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION); in onStart()
39 Intent intent = new Intent(WifiManager.NETWORK_STATE_CHANGED_ACTION); in sendNetworkStateChanged()51 Intent intent = new Intent(WifiManager.NETWORK_STATE_CHANGED_ACTION); in sendNetworkStateChanged()
48 WifiManager.NETWORK_STATE_CHANGED_ACTION,
46 WifiManager.NETWORK_STATE_CHANGED_ACTION,
73 } else if (action.equals(WifiManager.NETWORK_STATE_CHANGED_ACTION)) { in onReceive()97 mIntentFilter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION); in setUp()
67 WifiManager.NETWORK_STATE_CHANGED_ACTION); in testHasIntentFilters()
86 WifiManager.NETWORK_STATE_CHANGED_ACTION); in testHasIntentFilters()
106 mIntentFilter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION); in initialize()190 } else if (action.equals(WifiManager.NETWORK_STATE_CHANGED_ACTION)) { in onReceive()
112 } else if (action.equals(WifiManager.NETWORK_STATE_CHANGED_ACTION)) { in handleBroadcast()
186 filter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION); in newIntentFilter()888 } else if (WifiManager.NETWORK_STATE_CHANGED_ACTION.equals(action)) {
425 Intent intent = new Intent(WifiManager.NETWORK_STATE_CHANGED_ACTION); in createTrackerWithScanResultsAndAccessPoint1Connected()453 Intent intent = new Intent(WifiManager.NETWORK_STATE_CHANGED_ACTION); in switchToNetwork2()952 Intent intent = new Intent(WifiManager.NETWORK_STATE_CHANGED_ACTION); in onConnectedChangedCallback_shouldNotBeInvokedWhenNoStateChange()969 Intent intent = new Intent(WifiManager.NETWORK_STATE_CHANGED_ACTION); in onConnectedChangedCallback_shouldBeInvokedWhenStateChanges()
194 Intent i = new Intent(WifiManager.NETWORK_STATE_CHANGED_ACTION); in setWifiState()
140 mIntentFilter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION); in setUp()
602 } else if (WifiManager.NETWORK_STATE_CHANGED_ACTION.equals(action)) {1025 intentFilter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION); in handleMessage()1075 intentFilter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION); in handleMessage()
339 filter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION); in registerListeners()
730 public static final String NETWORK_STATE_CHANGED_ACTION = "android.net.wifi.STATE_CHANGE"; field in WifiManager
2884 Intent intent = new Intent(WifiManager.NETWORK_STATE_CHANGED_ACTION); in sendNetworkChangeBroadcast()
18076 …field public static final java.lang.String NETWORK_STATE_CHANGED_ACTION = "android.net.wifi.STATE_…
30124 field public static final String NETWORK_STATE_CHANGED_ACTION = "android.net.wifi.STATE_CHANGE";
30268 field public static final String NETWORK_STATE_CHANGED_ACTION = "android.net.wifi.STATE_CHANGE";