Searched refs:startSupplicant (Results 1 – 4 of 4) sorted by relevance
284 public boolean startSupplicant() { in startSupplicant() method in FrameworkFacade
709 private boolean startSupplicant() { in startSupplicant() method in WifiNative1735 if (!startSupplicant()) { in switchClientInterfaceToConnectivityMode()
695 if (!mFrameworkFacade.startSupplicant()) { in startDaemon()
303 when(mFrameworkFacade.startSupplicant()).thenReturn(true); in setUp()2106 verify(mFrameworkFacade).startSupplicant(); in testStartDaemonV1_0()2118 verify(mFrameworkFacade, never()).startSupplicant(); in testStartDaemonV1_1()