Home
last modified time | relevance | path

Searched refs:setupInterfaceForClientInScanMode (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeTest.java680 mWifiNative.setupInterfaceForClientInScanMode(null, TEST_WORKSOURCE, in testGetWifiLinkLayerStatsForClientInConnectivityMode()
693 mWifiNative.setupInterfaceForClientInScanMode(null, TEST_WORKSOURCE, in testClientModeScanSuccess()
709 mWifiNative.setupInterfaceForClientInScanMode(null, TEST_WORKSOURCE, in testClientModeScanFailure()
728 mWifiNative.setupInterfaceForClientInScanMode(null, TEST_WORKSOURCE, in testClientModePnoScanSuccess()
743 mWifiNative.setupInterfaceForClientInScanMode(null, TEST_WORKSOURCE, in testClientModePnoScanFailure()
758 mWifiNative.setupInterfaceForClientInScanMode(null, TEST_WORKSOURCE, in testScanModeScanSuccess()
797 mWifiNative.setupInterfaceForClientInScanMode(null, TEST_WORKSOURCE, in testScanModeScanFailure()
816 mWifiNative.setupInterfaceForClientInScanMode(null, TEST_WORKSOURCE, in testScanModePnoScanSuccess()
831 mWifiNative.setupInterfaceForClientInScanMode(null, TEST_WORKSOURCE, in testScanModePnoScanFailure()
854 mWifiNative.setupInterfaceForClientInScanMode(null, TEST_WORKSOURCE, in testStartHalUpdatesCoexUnsafeChannels()
[all …]
DConcreteClientModeManagerTest.java273 when(mWifiNative.setupInterfaceForClientInScanMode(any(), any(), any())) in startClientInScanOnlyModeAndVerifyEnabled()
278 verify(mWifiNative).setupInterfaceForClientInScanMode( in startClientInScanOnlyModeAndVerifyEnabled()
299 when(mWifiNative.setupInterfaceForClientInScanMode(any(), any(), any())) in startClientInConnectModeAndVerifyEnabled()
306 verify(mWifiNative).setupInterfaceForClientInScanMode( in startClientInConnectModeAndVerifyEnabled()
503 verify(mWifiNative).setupInterfaceForClientInScanMode( in switchFromConnectModeToScanOnlyMode()
528 when(mWifiNative.setupInterfaceForClientInScanMode(any(), any(), any())) in detectAndReportErrorWhenSetupForClientInConnectivityModeWifiNativeFailure()
554 when(mWifiNative.setupInterfaceForClientInScanMode(any(), any(), any())).thenReturn(null); in detectAndReportErrorWhenSetupInterfaceForClientInScanModeWifiNativeFailure()
1478 when(mWifiNative.setupInterfaceForClientInScanMode(any(), any(), any())) in setRoleBeforeInvokingListener()
1495 verify(mWifiNative).setupInterfaceForClientInScanMode( in setRoleBeforeInvokingListener()
DWifiNativeInterfaceManagementTest.java623 mWifiNative.setupInterfaceForClientInScanMode(mIfaceCallback1, TEST_WORKSOURCE, in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardown()
1001 assertNull(mWifiNative.setupInterfaceForClientInScanMode( in testSetupClientInterfaceFailureInStartHal()
1048 assertNull(mWifiNative.setupInterfaceForClientInScanMode(mIfaceCallback0, TEST_WORKSOURCE, in testSetupClientInterfaceFailureInWificondSetupInterfaceForClientMode()
1472 mWifiNative.setupInterfaceForClientInScanMode(callback, TEST_WORKSOURCE, in executeAndValidateSetupClientInterfaceForScan()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DConcreteClientModeManager.java978 mClientInterfaceName = mWifiNative.setupInterfaceForClientInScanMode( in processMessageImpl()
DWifiNative.java1292 public String setupInterfaceForClientInScanMode( in setupInterfaceForClientInScanMode() method in WifiNative