Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiShellCommandTest.java523 verify(mCoexManager, never()).resetMockCellChannels(); in testResetCoexCellChannel()
531 verify(mCoexManager).resetMockCellChannels(); in testResetCoexCellChannel()
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java860 public void resetMockCellChannels() { in resetMockCellChannels() method in CoexManager
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
DCoexManagerTest.java641 coexManager.resetMockCellChannels(); in testGetCoexUnsafeChannels_mockCellChannelsAdded_mockCellChannelsUsed()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java1300 mCoexManager.resetMockCellChannels(); in onCommand()