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/
DConcreteClientModeManagerTest.java266 when(mWifiNative.setupInterfaceForClientInScanMode(any(), any())) in startClientInScanOnlyModeAndVerifyEnabled()
271 verify(mWifiNative).setupInterfaceForClientInScanMode( in startClientInScanOnlyModeAndVerifyEnabled()
289 when(mWifiNative.setupInterfaceForClientInScanMode(any(), any())) in startClientInConnectModeAndVerifyEnabled()
296 verify(mWifiNative).setupInterfaceForClientInScanMode( in startClientInConnectModeAndVerifyEnabled()
462 verify(mWifiNative).setupInterfaceForClientInScanMode( in switchFromConnectModeToScanOnlyMode()
486 when(mWifiNative.setupInterfaceForClientInScanMode(any(), any())) in detectAndReportErrorWhenSetupForClientInConnectivityModeWifiNativeFailure()
512 when(mWifiNative.setupInterfaceForClientInScanMode(any(), any())).thenReturn(null); in detectAndReportErrorWhenSetupInterfaceForClientInScanModeWifiNativeFailure()
1432 when(mWifiNative.setupInterfaceForClientInScanMode(any(), any())) in setRoleBeforeInvokingListener()
1449 verify(mWifiNative).setupInterfaceForClientInScanMode( in setRoleBeforeInvokingListener()
DWifiNativeTest.java717 mWifiNative.setupInterfaceForClientInScanMode(null, TEST_WORKSOURCE); in testScanModeScanSuccess()
732 mWifiNative.setupInterfaceForClientInScanMode(null, TEST_WORKSOURCE); in testScanModeScanFailure()
745 mWifiNative.setupInterfaceForClientInScanMode(null, TEST_WORKSOURCE); in testScanModePnoScanSuccess()
759 mWifiNative.setupInterfaceForClientInScanMode(null, TEST_WORKSOURCE); in testScanModePnoScanFailure()
785 mWifiNative.setupInterfaceForClientInScanMode(null, TEST_WORKSOURCE); in testStartHalUpdatesCoexUnsafeChannels()
DWifiNativeInterfaceManagementTest.java1640 assertEquals(ifaceName, mWifiNative.setupInterfaceForClientInScanMode( in executeAndValidateSetupClientInterfaceForScan()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DConcreteClientModeManager.java849 mClientInterfaceName = mWifiNative.setupInterfaceForClientInScanMode( in processMessage()
DWifiNative.java1263 public String setupInterfaceForClientInScanMode( in setupInterfaceForClientInScanMode() method in WifiNative