Home
last modified time | relevance | path

Searched refs:setMockCellChannels (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiShellCommandTest.java475 verify(mCoexManager, never()).setMockCellChannels(any()); in testSetCoexCellChannels()
485 verify(mCoexManager, never()).setMockCellChannels(any()); in testSetCoexCellChannels()
493 verify(mCoexManager, never()).setMockCellChannels(any()); in testSetCoexCellChannels()
500 verify(mCoexManager, times(1)).setMockCellChannels(any()); in testSetCoexCellChannels()
508 verify(mCoexManager, times(2)).setMockCellChannels(any()); in testSetCoexCellChannels()
513 verify(mCoexManager, times(3)).setMockCellChannels(any()); in testSetCoexCellChannels()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
H A DCoexManager.java790 public void setMockCellChannels(@NonNull List<CoexUtils.CoexCellChannel> cellChannels) { in setMockCellChannels() method in CoexManager
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
H A DCoexManagerTest.java623 coexManager.setMockCellChannels(Arrays.asList( in testGetCoexUnsafeChannels_mockCellChannelsAdded_mockCellChannelsUsed()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiShellCommand.java852 mCoexManager.setMockCellChannels(buildCoexCellChannels()); in onCommand()