Searched refs:ASSOCIATED (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/wifi/java/android/net/wifi/ |
D | SupplicantState.java | 96 ASSOCIATED, enumConstant 179 case ASSOCIATED: in isHandshakeState() 202 case ASSOCIATED: in isConnecting() 228 case ASSOCIATED: in isDriverActive()
|
D | WifiInfo.java | 68 stateMap.put(SupplicantState.ASSOCIATED, DetailedState.CONNECTING); in stateMap.put() argument
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | SupplicantStateTracker.java | 146 case ASSOCIATED: in transitionOnSupplicantStateChange() 196 case ASSOCIATED: in sendSupplicantStateChangedBroadcast()
|
D | SupplicantStaIfaceCallbackImpl.java | 87 case ISupplicantStaIfaceCallback.State.ASSOCIATED: in supplicantHidlStateToFrameworkState() 88 return SupplicantState.ASSOCIATED; in supplicantHidlStateToFrameworkState()
|
D | ClientModeImpl.java | 2637 if (state == SupplicantState.ASSOCIATED) { in handleSupplicantStateChange() 5252 if (stateChangeResult.state == SupplicantState.ASSOCIATED) { in processMessage()
|
D | WifiMetrics.java | 4863 case ASSOCIATED: in supplicantStateToBit()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | SupplicantStaIfaceHalTest.java | 987 ISupplicantStaIfaceCallback.State.ASSOCIATED, in testStateChangeToAssociatedCallback() 993 any(WifiSsid.class), eq(BSSID), eq(SupplicantState.ASSOCIATED)); in testStateChangeToAssociatedCallback() 2761 ISupplicantStaIfaceCallback.State.ASSOCIATED, in testStateChangeV13ToAssociatedCallback() 2767 any(WifiSsid.class), eq(BSSID), eq(SupplicantState.ASSOCIATED)); in testStateChangeV13ToAssociatedCallback()
|
D | WifiMonitorTest.java | 467 SupplicantState newState = SupplicantState.ASSOCIATED; in testBroadcastSupplicantStateChangeEvent()
|
D | ClientModeImplTest.java | 1011 new StateChangeResult(0, sWifiSsid, sBSSID, SupplicantState.ASSOCIATED)); in connect() 1723 new StateChangeResult(0, sWifiSsid, sBSSID, SupplicantState.ASSOCIATED)); in testDhcpFailure() 3691 new StateChangeResult(0, sWifiSsid, sBSSID, SupplicantState.ASSOCIATED)); in connectWithValidInitRssi() 5001 sWifiSsid, sBSSID, SupplicantState.ASSOCIATED)); in testWifiInfoOnConnectingNextNetwork()
|
/frameworks/base/core/proto/android/os/ |
D | batterystats.proto | 472 ASSOCIATED = 7; enumerator
|
/frameworks/base/wifi/api/ |
D | current.txt | 78 enum_constant public static final android.net.wifi.SupplicantState ASSOCIATED;
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 17883 enum_constant public static final android.net.wifi.SupplicantState ASSOCIATED;
|
/frameworks/base/api/ |
D | current.txt | 31158 enum_constant public static final android.net.wifi.SupplicantState ASSOCIATED;
|