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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WificondControl.java 322 public IApInterface setupInterfaceForSoftApMode(@NonNull String ifaceName) {
WifiNative.java     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiNativeInterfaceManagementTest.java 132 when(mWificondControl.setupInterfaceForSoftApMode(any()))
399 assertEquals(IFACE_NAME_0, mWifiNative.setupInterfaceForSoftApMode(mIfaceCallback1));
407 mInOrder.verify(mWificondControl).setupInterfaceForSoftApMode(IFACE_NAME_0);
647 assertEquals(IFACE_NAME_0, mWifiNative.setupInterfaceForSoftApMode(mIfaceCallback1));
655 mInOrder.verify(mWificondControl).setupInterfaceForSoftApMode(IFACE_NAME_0);
    [all...]

Completed in 248 milliseconds