Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConcreteClientModeManagerTest.java247 when(mWifiNative.replaceStaIfaceRequestorWs(TEST_INTERFACE_NAME, TEST_WORKSOURCE)) in setUp()
1501 verify(mWifiNative).replaceStaIfaceRequestorWs( in clientInConnectModeChangeRoles()
1511 verify(mWifiNative, times(2)).replaceStaIfaceRequestorWs( in clientInConnectModeChangeRoles()
1523 when(mWifiNative.replaceStaIfaceRequestorWs(TEST_INTERFACE_NAME, TEST_WORKSOURCE2)) in clientInConnectModeChangeRolesNewWorkSource_WifiNativeFailed_noCallback()
1530 verify(mWifiNative).replaceStaIfaceRequestorWs( in clientInConnectModeChangeRolesNewWorkSource_WifiNativeFailed_noCallback()
DWifiNativeTest.java1394 when(mWifiVendorHal.replaceStaIfaceRequestorWs(WIFI_IFACE_NAME, TEST_WORKSOURCE2)) in testReplaceStaIfaceRequestorWs()
1397 assertTrue(mWifiNative.replaceStaIfaceRequestorWs(WIFI_IFACE_NAME, TEST_WORKSOURCE2)); in testReplaceStaIfaceRequestorWs()
1398 verify(mWifiVendorHal).replaceStaIfaceRequestorWs( in testReplaceStaIfaceRequestorWs()
DWifiNativeInterfaceManagementTest.java178 when(mWifiVendorHal.replaceStaIfaceRequestorWs(any(), any())).thenReturn(true); in setUp()
577 mInOrder.verify(mWifiVendorHal).replaceStaIfaceRequestorWs(ifaceName, workSource); in validateSwitchInterfaceToScan()
1356 mInOrder.verify(mWifiVendorHal).replaceStaIfaceRequestorWs(ifaceName, workSource); in executeAndValidateSwitchClientInterfaceToConnectivityMode()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java1686 && !mWifiVendorHal.replaceStaIfaceRequestorWs(iface.name, requestorWs)) { in switchClientInterfaceToScanMode()
1730 && !mWifiVendorHal.replaceStaIfaceRequestorWs(iface.name, requestorWs)) { in switchClientInterfaceToConnectivityMode()
1770 public boolean replaceStaIfaceRequestorWs(@NonNull String ifaceName, WorkSource newWorkSource) { in replaceStaIfaceRequestorWs() method in WifiNative
1780 if (!mWifiVendorHal.replaceStaIfaceRequestorWs(iface.name, newWorkSource)) { in replaceStaIfaceRequestorWs()
DConcreteClientModeManager.java1267 boolean success = mWifiNative.replaceStaIfaceRequestorWs( in processMessageImpl()
DWifiVendorHal.java323 public boolean replaceStaIfaceRequestorWs(@NonNull String ifaceName, in replaceStaIfaceRequestorWs() method in WifiVendorHal