Home
last modified time | relevance | path

Searched refs:enableSupplicant (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWificondControlTest.java262 when(clientInterface.enableSupplicant()).thenReturn(true); in testEnableSupplicant()
265 assertTrue(mWificondControl.enableSupplicant()); in testEnableSupplicant()
266 verify(clientInterface).enableSupplicant(); in testEnableSupplicant()
289 assertFalse(mWificondControl.enableSupplicant()); in testEnableSupplicantErrorWhenNoClientInterfaceConfigured()
DWifiNativeTest.java612 when(mWificondControl.enableSupplicant()).thenReturn(true); in testEnableSupplicant()
614 mWifiNative.enableSupplicant(); in testEnableSupplicant()
615 verify(mWificondControl).enableSupplicant(); in testEnableSupplicant()
DWifiStateMachineTest.java422 when(mWifiNative.enableSupplicant()).thenReturn(true); in setUp()
629 when(mWifiNative.enableSupplicant()).thenReturn(false); in shouldRequireSupplicantStartupToLeaveInitialState()
664 when(mWifiNative.enableSupplicant()).thenReturn(false); in loadComponentsFailure()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWificondControl.java269 public boolean enableSupplicant() { in enableSupplicant() method in WificondControl
276 return mClientInterface.enableSupplicant(); in enableSupplicant()
DWifiNative.java192 public boolean enableSupplicant() { in enableSupplicant() method in WifiNative
193 return mWificondControl.enableSupplicant(); in enableSupplicant()
DWifiStateMachine.java4204 if (!mWifiNative.enableSupplicant()) { in processMessage()
/frameworks/base/services/
Dart-profile741 HPLandroid/net/wifi/IClientInterface;->enableSupplicant()Z
6503 PLandroid/net/wifi/IClientInterface$Stub$Proxy;->enableSupplicant()Z
14961 PLcom/android/server/wifi/WifiNative;->enableSupplicant()Z
15403 PLcom/android/server/wifi/WificondControl;->enableSupplicant()Z