Searched refs:SUPPLICANT_CONNECTION_CHANGE_ACTION (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiClientTest.java80 } else if (action.equals(WifiManager.SUPPLICANT_CONNECTION_CHANGE_ACTION)) {
97 mIntentFilter.addAction(WifiManager.SUPPLICANT_CONNECTION_CHANGE_ACTION);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java232 mIntentFilter.addAction(WifiManager.SUPPLICANT_CONNECTION_CHANGE_ACTION);
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java108 mIntentFilter.addAction(WifiManager.SUPPLICANT_CONNECTION_CHANGE_ACTION);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java244 public static final String SUPPLICANT_CONNECTION_CHANGE_ACTION = field in class:WifiManager
H A DWifiStateMachine.java2212 Intent intent = new Intent(WifiManager.SUPPLICANT_CONNECTION_CHANGE_ACTION);

Completed in 118 milliseconds