Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWificondControlTest.java302 when(clientInterface.disableSupplicant()).thenReturn(true); in testDisableSupplicant()
305 assertTrue(mWificondControl.disableSupplicant()); in testDisableSupplicant()
306 verify(clientInterface).disableSupplicant(); in testDisableSupplicant()
329 assertFalse(mWificondControl.disableSupplicant()); in testDisableSupplicantErrorWhenNoClientInterfaceConfigured()
DWifiNativeTest.java623 when(mWificondControl.disableSupplicant()).thenReturn(true); in testDisableSupplicant()
625 mWifiNative.disableSupplicant(); in testDisableSupplicant()
626 verify(mWificondControl).disableSupplicant(); in testDisableSupplicant()
DWifiStateMachineTest.java423 when(mWifiNative.disableSupplicant()).thenReturn(true); in setUp()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWificondControl.java252 public boolean disableSupplicant() { in disableSupplicant() method in WificondControl
258 return mClientInterface.disableSupplicant(); in disableSupplicant()
DWifiNative.java184 public boolean disableSupplicant() { in disableSupplicant() method in WifiNative
185 return mWificondControl.disableSupplicant(); in disableSupplicant()
DWifiStateMachine.java3347 if (!mWifiNative.disableSupplicant()) { in handleSupplicantConnectionLoss()
4289 mWifiNative.disableSupplicant(); in processMessage()
4589 if (mWifiNative.disableSupplicant()) { in enter()
/frameworks/base/services/
Dart-profile740 HPLandroid/net/wifi/IClientInterface;->disableSupplicant()Z