/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/ |
D | CoexManagerTest.java | 211 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/ |
D | WifiNativeInterfaceManagementTest.java | 906 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 …]
|
D | WifiNativeTest.java | 736 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()
|
D | WifiServiceImplTest.java | 1487 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()
|
D | WifiVendorHalTest.java | 3395 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/ |
D | CoexManager.java | 301 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/ |
D | IWifiManager.aidl | 168 … void setCoexUnsafeChannels(in List<CoexUnsafeChannel> unsafeChannels, int mandatoryRestrictions); in setCoexUnsafeChannels() method
|
D | WifiManager.java | 3827 public void setCoexUnsafeChannels( in setCoexUnsafeChannels() method in WifiManager 3833 mService.setCoexUnsafeChannels(unsafeChannels, restrictions); in setCoexUnsafeChannels()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | BaseWifiService.java | 370 public void setCoexUnsafeChannels(List<CoexUnsafeChannel> unsafeChannels, int restrictions) { in setCoexUnsafeChannels() method in BaseWifiService
|
D | WifiNative.java | 462 mWifiVendorHal.setCoexUnsafeChannels( in startHal() 2054 public void setCoexUnsafeChannels( 2059 mWifiVendorHal.setCoexUnsafeChannels(mCachedCoexUnsafeChannels, mCachedCoexRestrictions);
|
D | WifiVendorHal.java | 725 public boolean setCoexUnsafeChannels( in setCoexUnsafeChannels() method in WifiVendorHal 730 return ok(iWifiChipV15.setCoexUnsafeChannels( in setCoexUnsafeChannels()
|
D | WifiServiceImpl.java | 1069 public void setCoexUnsafeChannels( in setCoexUnsafeChannels() method in WifiServiceImpl 1084 mCoexManager.setCoexUnsafeChannels(unsafeChannels, restrictions)); in setCoexUnsafeChannels()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | WifiManagerTest.java | 319 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/ |
D | system-current.txt | 571 …Manifest.permission.WIFI_UPDATE_COEX_UNSAFE_CHANNELS) public void setCoexUnsafeChannels(@NonNull j…
|