Home
last modified time | relevance | path

Searched refs:setCoexUnsafeChannels (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
DCoexManagerTest.java211 coexManager.setCoexUnsafeChannels(unsafeChannels, restrictions); in testSetCoexUnsafeChannels_nonNullChannels_returnedInGetters()
229 coexManager.setCoexUnsafeChannels(unsafeChannels, restrictions); in testSetCoexUnsafeChannels_nullChannels_setsEmptySet()
231 coexManager.setCoexUnsafeChannels(null, 0); in testSetCoexUnsafeChannels_nullChannels_setsEmptySet()
249 coexManager.setCoexUnsafeChannels(unsafeChannels, restrictions); in testSetCoexUnsafeChannels_undefinedRestrictions_setsEmptySet()
251 coexManager.setCoexUnsafeChannels(Collections.emptyList(), ~restrictions); in testSetCoexUnsafeChannels_undefinedRestrictions_setsEmptySet()
268 coexManager.setCoexUnsafeChannels(unsafeChannels, restrictions); in testSetCoexUnsafeChannels_notifiesWifiVendorHal()
270 verify(mMockWifiNative).setCoexUnsafeChannels(unsafeChannels, restrictions); in testSetCoexUnsafeChannels_notifiesWifiVendorHal()
290 coexManager.setCoexUnsafeChannels(unsafeChannels, restrictions); in testRegisteredCoexListener_setCoexUnsafeChannels_listenerIsNotified()
315 coexManager.setCoexUnsafeChannels(unsafeChannels, restrictions); in testUnregisteredCoexListener_setCoexUnsafeChannels_listenerIsNotNotified()
343 coexManager.setCoexUnsafeChannels(unsafeChannels, restrictions); in testRegisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotified()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java906 mInOrder.verify(mWifiVendorHal).setCoexUnsafeChannels(any(), anyInt()); in testSetupClientInterfaceFailureInStartSupplicant()
932 mInOrder.verify(mWifiVendorHal).setCoexUnsafeChannels(any(), anyInt()); in testSetupClientInterfaceFailureInHalCreateStaIface()
964 mInOrder.verify(mWifiVendorHal).setCoexUnsafeChannels(any(), anyInt()); in testSetupClientInterfaceFailureInWificondSetupInterfaceForClientMode()
1003 mInOrder.verify(mWifiVendorHal).setCoexUnsafeChannels(any(), anyInt()); in testSetupClientInterfaceFailureInSupplicantSetupIface()
1062 mInOrder.verify(mWifiVendorHal).setCoexUnsafeChannels(any(), anyInt()); in testSetupSoftApInterfaceFailureInStartHostapd()
1088 mInOrder.verify(mWifiVendorHal).setCoexUnsafeChannels(any(), anyInt()); in testSetupSoftApInterfaceFailureInHalCreateApIface()
1118 mInOrder.verify(mWifiVendorHal).setCoexUnsafeChannels(any(), anyInt()); in testSetupSoftApInterfaceFailureInHalGetBridgedInstances()
1159 mInOrder.verify(mWifiVendorHal).setCoexUnsafeChannels(any(), anyInt()); in testSetupSoftApInterfaceFailureInWificondSetupInterfaceForSoftapMode()
1511 mInOrder.verify(mWifiVendorHal).setCoexUnsafeChannels(any(), anyInt()); in validateSetupClientInterface()
1602 mInOrder.verify(mWifiVendorHal).setCoexUnsafeChannels(any(), anyInt()); in validateSetupClientInterfaceForScan()
[all …]
DWifiNativeTest.java736 mWifiNative.setCoexUnsafeChannels(unsafeChannels, restrictions); in testStartHalUpdatesCoexUnsafeChannels()
739 verify(mWifiVendorHal, times(2)).setCoexUnsafeChannels(unsafeChannels, restrictions); in testStartHalUpdatesCoexUnsafeChannels()
743 verify(mWifiVendorHal, times(3)).setCoexUnsafeChannels(unsafeChannels, restrictions); in testStartHalUpdatesCoexUnsafeChannels()
747 verify(mWifiVendorHal, times(4)).setCoexUnsafeChannels(unsafeChannels, restrictions); in testStartHalUpdatesCoexUnsafeChannels()
975 mWifiNative.setCoexUnsafeChannels(Collections.emptyList(), 0); in testSetCoexUnsafeChannels()
976 verify(mWifiVendorHal).setCoexUnsafeChannels(Collections.emptyList(), 0); in testSetCoexUnsafeChannels()
DWifiServiceImplTest.java1487 mWifiServiceImpl.setCoexUnsafeChannels(unsafeChannels, coexRestrictions); in testSetCoexUnsafeChannelsDefaultAlgorithmDisabled()
1489 verify(mCoexManager, times(1)).setCoexUnsafeChannels(any(), anyInt()); in testSetCoexUnsafeChannelsDefaultAlgorithmDisabled()
1506 mWifiServiceImpl.setCoexUnsafeChannels(unsafeChannels, coexRestrictions); in testSetCoexUnsafeChannelsDefaultAlgorithmEnabled()
1508 verify(mCoexManager, never()).setCoexUnsafeChannels(any(), anyInt()); in testSetCoexUnsafeChannelsDefaultAlgorithmEnabled()
1518 mWifiServiceImpl.setCoexUnsafeChannels(null, 0); in testSetCoexUnsafeChannelsNullSet()
1550 mWifiServiceImpl.setCoexUnsafeChannels(new ArrayList<>(), 0); in testSetCoexUnsafeChannelsThrowsSecurityExceptionOnMissingPermissions()
DWifiVendorHalTest.java3395 when(mIWifiChipV15.setCoexUnsafeChannels(any(), anyInt())) in testSetCoexUnsafeChannels()
3402 assertTrue(mWifiVendorHal.setCoexUnsafeChannels(unsafeChannels, restrictions)); in testSetCoexUnsafeChannels()
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java301 public void setCoexUnsafeChannels(@NonNull List<CoexUnsafeChannel> coexUnsafeChannels, in setCoexUnsafeChannels() method in CoexManager
319 mWifiNative.setCoexUnsafeChannels(mCurrentCoexUnsafeChannels, mCoexRestrictions); in setCoexUnsafeChannels()
725 setCoexUnsafeChannels( in updateCoexUnsafeChannels()
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl168 … void setCoexUnsafeChannels(in List<CoexUnsafeChannel> unsafeChannels, int mandatoryRestrictions); in setCoexUnsafeChannels() method
DWifiManager.java3827 public void setCoexUnsafeChannels( in setCoexUnsafeChannels() method in WifiManager
3833 mService.setCoexUnsafeChannels(unsafeChannels, restrictions); in setCoexUnsafeChannels()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DBaseWifiService.java370 public void setCoexUnsafeChannels(List<CoexUnsafeChannel> unsafeChannels, int restrictions) { in setCoexUnsafeChannels() method in BaseWifiService
DWifiNative.java462 mWifiVendorHal.setCoexUnsafeChannels( in startHal()
2054 public void setCoexUnsafeChannels(
2059 mWifiVendorHal.setCoexUnsafeChannels(mCachedCoexUnsafeChannels, mCachedCoexRestrictions);
DWifiVendorHal.java725 public boolean setCoexUnsafeChannels( in setCoexUnsafeChannels() method in WifiVendorHal
730 return ok(iWifiChipV15.setCoexUnsafeChannels( in setCoexUnsafeChannels()
DWifiServiceImpl.java1069 public void setCoexUnsafeChannels( in setCoexUnsafeChannels() method in WifiServiceImpl
1084 mCoexManager.setCoexUnsafeChannels(unsafeChannels, restrictions)); in setCoexUnsafeChannels()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java319 mWifiManager.setCoexUnsafeChannels(unsafeChannels, restrictions); in testSetCoexUnsafeChannelsGoesToWifiServiceImpl()
321 verify(mWifiService).setCoexUnsafeChannels(unsafeChannels, restrictions); in testSetCoexUnsafeChannelsGoesToWifiServiceImpl()
331 mWifiManager.setCoexUnsafeChannels(null, 0); in testSetCoexUnsafeChannelsThrowsIllegalArgumentExceptionOnNullUnsafeChannels()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt571 …Manifest.permission.WIFI_UPDATE_COEX_UNSAFE_CHANNELS) public void setCoexUnsafeChannels(@NonNull j…