HomeSort by relevance Sort by last modified time
    Searched defs:stopSoftAp (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SoftApManager.java 271 private void stopSoftAp() {
356 stopSoftAp();
502 stopSoftAp();
WifiNative.java     [all...]
WifiServiceImpl.java     [all...]
  /frameworks/base/wifi/tests/src/android/net/wifi/
WifiManagerTest.java 125 * Check the call to stopSoftAp calls WifiService to stopSoftAp.
129 when(mWifiService.stopSoftAp()).thenReturn(true);
130 assertTrue(mWifiManager.stopSoftAp());
132 when(mWifiService.stopSoftAp()).thenReturn(false);
133 assertFalse(mWifiManager.stopSoftAp());
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiServiceImplTest.java     [all...]

Completed in 84 milliseconds