Home
last modified time | relevance | path

Searched refs:setupInterfaceForSoftApMode (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java190 when(mWificondControl.setupInterfaceForSoftApMode(any())).thenReturn(true); in setUp()
559 assertEquals(IFACE_NAME_0, mWifiNative.setupInterfaceForSoftApMode(mIfaceCallback1, in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown()
621 mInOrder.verify(mWificondControl).setupInterfaceForSoftApMode(ifaceName); in validateSetupInterfaceForSoftAp()
878 assertEquals(IFACE_NAME_0, mWifiNative.setupInterfaceForSoftApMode(mIfaceCallback1, in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface()
1127 assertNull(mWifiNative.setupInterfaceForSoftApMode(mIfaceCallback0, TEST_WORKSOURCE, in testSetupSoftApInterfaceFailureInStartHal()
1186 when(mWificondControl.setupInterfaceForSoftApMode(any())).thenReturn(false); in testSetupSoftApInterfaceFailureInWificondSetupInterfaceForSoftapMode()
1952 assertEquals(failureCode == 0 ? ifaceName : null, mWifiNative.setupInterfaceForSoftApMode( in executeAndValidateSetupSoftApInterface()
2038 mInOrder.verify(mWificondControl).setupInterfaceForSoftApMode(ifaceName); in validateSetupSoftApInterface()
DWifiNativeTest.java312 when(mWificondControl.setupInterfaceForSoftApMode(any())).thenReturn(true); in setUp()
808 mWifiNative.setupInterfaceForSoftApMode(null, TEST_WORKSOURCE, SoftApConfiguration.BAND_2GHZ in testBridgedApModeWifiCondSetupTeardown()
814 verify(mWificondControl).setupInterfaceForSoftApMode(instance1); in testBridgedApModeWifiCondSetupTeardown()
897 mWifiNative.setupInterfaceForSoftApMode(null, TEST_WORKSOURCE, WIFI_BAND_24_GHZ, false, in testStartHalUpdatesCoexUnsafeChannels()
DSoftApManagerTest.java335 when(mWifiNative.setupInterfaceForSoftApMode(any(), any(), anyInt(), anyBoolean(), in setUp()
627 when(mWifiNative.setupInterfaceForSoftApMode( in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics()
665 when(mWifiNative.setupInterfaceForSoftApMode( in testStartSoftApNotPossibleToCreateApInterfaceIncrementsMetrics()
707 when(mWifiNative.setupInterfaceForSoftApMode( in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics()
2498 verify(mWifiNative, never()).setupInterfaceForSoftApMode( in startSoftApAndVerifyEnabled()
2520 order.verify(mWifiNative).setupInterfaceForSoftApMode( in startSoftApAndVerifyEnabled()
3133 verify(mWifiNative).setupInterfaceForSoftApMode( in testSetupDualBandForSoftApModeApInterfaceName()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java1316 mApInterfaceName = mWifiNative.setupInterfaceForSoftApMode( in processMessageImpl()
1457 mApInterfaceName = mWifiNative.setupInterfaceForSoftApMode( in processMessageImpl()
DWifiNative.java1583 public String setupInterfaceForSoftApMode( in setupInterfaceForSoftApMode() method in WifiNative
1638 if (!mWifiCondManager.setupInterfaceForSoftApMode(ifaceInstanceName)) { in setupInterfaceForSoftApMode()
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto402 // Wifi HAL on |WifiNative.setupInterfaceForSoftApMode|.
406 // Wifi HAL on |WifiNative.setupInterfaceForSoftApMode|.
410 // Wifi HAL on |WifiNative.setupInterfaceForSoftApMode|.