Searched refs:enableSupplicant (Results 1 – 7 of 7) sorted by relevance
262 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()
612 when(mWificondControl.enableSupplicant()).thenReturn(true); in testEnableSupplicant()614 mWifiNative.enableSupplicant(); in testEnableSupplicant()615 verify(mWificondControl).enableSupplicant(); in testEnableSupplicant()
422 when(mWifiNative.enableSupplicant()).thenReturn(true); in setUp()629 when(mWifiNative.enableSupplicant()).thenReturn(false); in shouldRequireSupplicantStartupToLeaveInitialState()664 when(mWifiNative.enableSupplicant()).thenReturn(false); in loadComponentsFailure()
269 public boolean enableSupplicant() { in enableSupplicant() method in WificondControl276 return mClientInterface.enableSupplicant(); in enableSupplicant()
192 public boolean enableSupplicant() { in enableSupplicant() method in WifiNative193 return mWificondControl.enableSupplicant(); in enableSupplicant()
4204 if (!mWifiNative.enableSupplicant()) { in processMessage()
741 HPLandroid/net/wifi/IClientInterface;->enableSupplicant()Z6503 PLandroid/net/wifi/IClientInterface$Stub$Proxy;->enableSupplicant()Z14961 PLcom/android/server/wifi/WifiNative;->enableSupplicant()Z15403 PLcom/android/server/wifi/WificondControl;->enableSupplicant()Z