Searched refs:RADIO_ON_TIME_DIFF_MIN_MS (Results 1 – 2 of 2) sorted by relevance
97 cs.radioOnTimeMs = RADIO_ON_TIME_DIFF_MIN_MS / 2; in verifyOneReadChanStatsWithShortRadioOnTime()110 cs.radioOnTimeMs = RADIO_ON_TIME_DIFF_MIN_MS * 2; in verifyOneReadChanStatsWithLargeCcaBusyTime()123 cs.radioOnTimeMs = RADIO_ON_TIME_DIFF_MIN_MS + 1; in verifyOneReadChanStatsWithLongRadioOnTime()137 cs.radioOnTimeMs = RADIO_ON_TIME_DIFF_MIN_MS + 1; in verifyOneReadChanStatsWithDiffFreq()150 cs1.radioOnTimeMs = RADIO_ON_TIME_DIFF_MIN_MS; in verifyTwoReadChanStatsWithLargeTimeGap()178 cs1.radioOnTimeMs = RADIO_ON_TIME_DIFF_MIN_MS + 1; in verifyTwoReadChanStatsWithSmallTimeGap()206 cs1.radioOnTimeMs = RADIO_ON_TIME_DIFF_MIN_MS / 2; in verifyThreeReadChanStatsRefWithSecondLast()216 cs2.radioOnTimeMs = RADIO_ON_TIME_DIFF_MIN_MS + 4; in verifyThreeReadChanStatsRefWithSecondLast()249 cs1.radioOnTimeMs = RADIO_ON_TIME_DIFF_MIN_MS / 4; in verifyThreeReadChanStatsLargeTimeGap()259 cs2.radioOnTimeMs = RADIO_ON_TIME_DIFF_MIN_MS / 2; in verifyThreeReadChanStatsLargeTimeGap()[all …]
61 static final int RADIO_ON_TIME_DIFF_MIN_MS = 250; field in WifiChannelUtilization208 if (radioOnTimeDiff >= RADIO_ON_TIME_DIFF_MIN_MS && busyTimeDiff >= 0) { in calculateChannelUtilization()255 if (radioOnTimeDiff >= RADIO_ON_TIME_DIFF_MIN_MS) { in findChanStatsReference()