Home
last modified time | relevance | path

Searched refs:SUPPLICANT_STATE_CHANGED_ACTION (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStateTrackerTest.java93 assertTrue(action.equals(WifiManager.SUPPLICANT_STATE_CHANGED_ACTION)); in testSupplicantStateChangeIntent()
100 mIntentFilter.addAction(WifiManager.SUPPLICANT_STATE_CHANGED_ACTION); in testSupplicantStateChangeIntent()
115 assertTrue(action.equals(WifiManager.SUPPLICANT_STATE_CHANGED_ACTION)); in testAuthPassInSupplicantStateChangeIntent()
125 mIntentFilter.addAction(WifiManager.SUPPLICANT_STATE_CHANGED_ACTION); in testAuthPassInSupplicantStateChangeIntent()
141 assertTrue(action.equals(WifiManager.SUPPLICANT_STATE_CHANGED_ACTION)); in testAuthFailedInSupplicantStateChangeIntent()
151 mIntentFilter.addAction(WifiManager.SUPPLICANT_STATE_CHANGED_ACTION); in testAuthFailedInSupplicantStateChangeIntent()
168 assertTrue(action.equals(WifiManager.SUPPLICANT_STATE_CHANGED_ACTION)); in testReasonCodeInSupplicantStateChangeIntent()
181 mIntentFilter.addAction(WifiManager.SUPPLICANT_STATE_CHANGED_ACTION); in testReasonCodeInSupplicantStateChangeIntent()
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
DWifiClientTest.java76 } else if (action.equals(WifiManager.SUPPLICANT_STATE_CHANGED_ACTION)) { in onReceive()
95 mIntentFilter.addAction(WifiManager.SUPPLICANT_STATE_CHANGED_ACTION); in setUp()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStateTracker.java214 Intent intent = new Intent(WifiManager.SUPPLICANT_STATE_CHANGED_ACTION); in sendSupplicantStateChangedBroadcast()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiTracker.java183 filter.addAction(WifiManager.SUPPLICANT_STATE_CHANGED_ACTION); in newIntentFilter()
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java762 public static final String SUPPLICANT_STATE_CHANGED_ACTION = field in WifiManager
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18080 …field public static final java.lang.String SUPPLICANT_STATE_CHANGED_ACTION = "android.net.wifi.sup…
/frameworks/base/non-updatable-api/
Dcurrent.txt30134 …field @Deprecated public static final String SUPPLICANT_STATE_CHANGED_ACTION = "android.net.wifi.s…
/frameworks/base/api/
Dcurrent.txt30278 …field @Deprecated public static final String SUPPLICANT_STATE_CHANGED_ACTION = "android.net.wifi.s…