HomeSort by relevance Sort by last modified time
    Searched refs:setupForSoftApMode (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiNativeTest.java 547 IApInterface returnedApInterface = mWifiNative.setupForSoftApMode();
563 IApInterface returnedApInterface = mWifiNative.setupForSoftApMode();
576 IApInterface returnedApInterface = mWifiNative.setupForSoftApMode();
590 IApInterface returnedApInterface = mWifiNative.setupForSoftApMode();
WifiStateMachineTest.java 399 when(mWifiNative.setupForSoftApMode()).thenReturn(mApInterface);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java 121 public IApInterface setupForSoftApMode() {
    [all...]
WifiStateMachine.java     [all...]

Completed in 309 milliseconds