Searched refs:disableSupplicant (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWificondControl.java409 public boolean disableSupplicant() { method in class:WificondControl
414 return mWificond.disableSupplicant();
H A DWifiNative.java363 if (!mWificondControl.disableSupplicant()) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWificondControlTest.java465 * Verifies that disableSupplicant() calls wificond.
470 when(mWificond.disableSupplicant()).thenReturn(true);
472 assertTrue(mWificondControl.disableSupplicant());
474 verify(mWificond).disableSupplicant();
478 * Verifies that disableSupplicant() returns false when there is no configured
495 assertFalse(mWificondControl.disableSupplicant());
H A DWifiNativeInterfaceManagementTest.java127 when(mWificondControl.disableSupplicant()).thenReturn(true);
357 verify(mWificondControl).disableSupplicant();
1096 mInOrder.verify(mWificondControl).disableSupplicant();
1243 mInOrder.verify(mWificondControl).disableSupplicant();

Completed in 113 milliseconds