Searched refs:startSupplicant (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiStateMachineTest.java444 when(mWifiNative.startSupplicant(anyBoolean())).thenReturn(true);
471 when(mWifiNative.startSupplicant(anyBoolean())).thenReturn(false);
496 when(mWifiNative.startSupplicant(anyBoolean())).thenReturn(true);
524 when(mWifiNative.startSupplicant(anyBoolean())).thenReturn(true);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java206 public boolean startSupplicant(boolean p2pSupported) { method in class:WifiNative
H A DWifiStateMachine.java4352 if (mWifiNative.startSupplicant(mP2pSupported)) {

Completed in 68 milliseconds