HomeSort by relevance Sort by last modified time
    Searched refs:NETWORK_STATE_CHANGED_ACTION (Results 1 - 25 of 51) sorted by null

1 2 3

  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/
IpAddressPreferenceControllerTest.java 66 WifiManager.NETWORK_STATE_CHANGED_ACTION);
WifiMacAddressPreferenceControllerTest.java 75 WifiManager.NETWORK_STATE_CHANGED_ACTION);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
TestUtil.java 35 * Send {@link WifiManager#NETWORK_STATE_CHANGED_ACTION} broadcast.
39 Intent intent = new Intent(WifiManager.NETWORK_STATE_CHANGED_ACTION);
47 * Send {@link WifiManager#NETWORK_STATE_CHANGED_ACTION} broadcast.
51 Intent intent = new Intent(WifiManager.NETWORK_STATE_CHANGED_ACTION);
WifiTrafficPollerTest.java 90 intentFilter -> intentFilter.hasAction(WifiManager.NETWORK_STATE_CHANGED_ACTION) &&
115 mIntent = new Intent(WifiManager.NETWORK_STATE_CHANGED_ACTION);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiInfoPreferenceController.java 61 mFilter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION);
126 action.equals(WifiManager.NETWORK_STATE_CHANGED_ACTION)) {
WifiSummaryUpdater.java 47 INTENT_FILTER.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION);
WifiEnabler.java 69 } else if (WifiManager.NETWORK_STATE_CHANGED_ACTION.equals(action)) {
101 mIntentFilter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION);
WifiStatusTest.java 93 } else if (intent.getAction().equals(WifiManager.NETWORK_STATE_CHANGED_ACTION)) {
122 mWifiStateFilter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION);
WifiSliceBuilder.java 76 INTENT_FILTER.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
AbstractImsStatusPreferenceController.java 47 WifiManager.NETWORK_STATE_CHANGED_ACTION,
AbstractIpAddressPreferenceController.java 45 WifiManager.NETWORK_STATE_CHANGED_ACTION,
AbstractWifiMacAddressPreferenceController.java 45 WifiManager.NETWORK_STATE_CHANGED_ACTION,
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
WifiSummaryUpdaterTest.java 79 mContext.sendBroadcast(new Intent(WifiManager.NETWORK_STATE_CHANGED_ACTION));
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
WifiClientTest.java 73 } else if (action.equals(WifiManager.NETWORK_STATE_CHANGED_ACTION)) {
97 mIntentFilter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiTrafficPoller.java 83 filter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION);
94 if (WifiManager.NETWORK_STATE_CHANGED_ACTION.equals(
WifiController.java 156 filter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION);
165 if (action.equals(WifiManager.NETWORK_STATE_CHANGED_ACTION)) {
  /cts/tests/tests/net/src/android/net/wifi/cts/
ScanResultTest.java 85 mIntentFilter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION);
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
NetworkMonitorAutoDetect.java 242 new IntentFilter(WifiManager.NETWORK_STATE_CHANGED_ACTION));
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
WifiStatusTracker.java 107 } else if (action.equals(WifiManager.NETWORK_STATE_CHANGED_ACTION)) {
  /frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
WifiTrackerTest.java 335 Intent intent = new Intent(WifiManager.NETWORK_STATE_CHANGED_ACTION);
363 Intent intent = new Intent(WifiManager.NETWORK_STATE_CHANGED_ACTION);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
MultiNetworkConnectivityTestActivity.java 109 if (intent.getAction().equals(WifiManager.NETWORK_STATE_CHANGED_ACTION)) {
274 intentFilter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION);
    [all...]
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 106 mIntentFilter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION);
190 } else if (action.equals(WifiManager.NETWORK_STATE_CHANGED_ACTION)) {
  /packages/apps/Settings/src/com/android/settings/wifi/details/
WifiDetailPreferenceController.java 164 case WifiManager.NETWORK_STATE_CHANGED_ACTION:
254 mFilter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION);
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestBase.java 140 mIntentFilter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
NetworkControllerWifiTest.java 194 Intent i = new Intent(WifiManager.NETWORK_STATE_CHANGED_ACTION);

Completed in 249 milliseconds

1 2 3