Home
last modified time | relevance | path

Searched refs:CELL_CHANNEL_IDLE_DELAY_MILLIS (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
DCoexManagerTest.java642 mTestLooper.moveTimeForward(CoexManager.CELL_CHANNEL_IDLE_DELAY_MILLIS); in testGetCoexUnsafeChannels_mockCellChannelsAdded_mockCellChannelsUsed()
860 mTestLooper.moveTimeForward(CoexManager.CELL_CHANNEL_IDLE_DELAY_MILLIS); in testOnPhysicalChannelConfigChanged_sameChannels_doesNotUpdateListeners()
907 mTestLooper.moveTimeForward(CoexManager.CELL_CHANNEL_IDLE_DELAY_MILLIS); in testOnPhysicalChannelConfigChanged_emptyCellChannels_channelClearanceIsDelayed()
925 mTestLooper.moveTimeForward(CoexManager.CELL_CHANNEL_IDLE_DELAY_MILLIS); in testOnPhysicalChannelConfigChanged_emptyCellChannels_channelClearanceIsDelayed()
964 mTestLooper.moveTimeForward(CoexManager.CELL_CHANNEL_IDLE_DELAY_MILLIS / 2); in testOnPhysicalChannelConfigChanged_nonEmptyCellChannels_cancelsChannelClearances()
969 mTestLooper.moveTimeForward(CoexManager.CELL_CHANNEL_IDLE_DELAY_MILLIS / 2); in testOnPhysicalChannelConfigChanged_nonEmptyCellChannels_cancelsChannelClearances()
975 mTestLooper.moveTimeForward(CoexManager.CELL_CHANNEL_IDLE_DELAY_MILLIS / 2); in testOnPhysicalChannelConfigChanged_nonEmptyCellChannels_cancelsChannelClearances()
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java116 static final int CELL_CHANNEL_IDLE_DELAY_MILLIS = 2_000; field in CoexManager
214 mClearCellChannelsRunnable, CELL_CHANNEL_IDLE_DELAY_MILLIS); in onPhysicalChannelConfigChanged()