Home
last modified time | relevance | path

Searched refs:startSupplicant (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DFrameworkFacade.java284 public boolean startSupplicant() { in startSupplicant() method in FrameworkFacade
DWifiNative.java709 private boolean startSupplicant() { in startSupplicant() method in WifiNative
1735 if (!startSupplicant()) { in switchClientInterfaceToConnectivityMode()
DSupplicantStaIfaceHalHidlImpl.java695 if (!mFrameworkFacade.startSupplicant()) { in startDaemon()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalHidlImplTest.java303 when(mFrameworkFacade.startSupplicant()).thenReturn(true); in setUp()
2106 verify(mFrameworkFacade).startSupplicant(); in testStartDaemonV1_0()
2118 verify(mFrameworkFacade, never()).startSupplicant(); in testStartDaemonV1_1()