Home
last modified time | relevance | path

Searched refs:getCellChannels (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
DCoexManagerTest.java900 assertThat(coexManager.getCellChannels()).isNotEmpty(); in testOnPhysicalChannelConfigChanged_emptyCellChannels_channelClearanceIsDelayed()
916 assertThat(coexManager.getCellChannels()).isNotEmpty(); in testOnPhysicalChannelConfigChanged_emptyCellChannels_channelClearanceIsDelayed()
953 assertThat(coexManager.getCellChannels()).isNotEmpty(); in testOnPhysicalChannelConfigChanged_nonEmptyCellChannels_cancelsChannelClearances()
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java869 public List<CoexUtils.CoexCellChannel> getCellChannels() { in getCellChannels() method in CoexManager
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java1307 pw.println("Cell channels: " + mCoexManager.getCellChannels()); in onCommand()