Searched refs:timerUnit (Results 1 – 1 of 1) sorted by relevance
2890 int timerUnit = (backoffTimeByte & BACKOFF_TIMER_UNIT_MASK) >> 5; in decodeBackoffTime() local2891 if (timerUnit >= BACKOFF_TIMER_UNIT_INCREMENT_SECS.length) { in decodeBackoffTime()2894 time *= BACKOFF_TIMER_UNIT_INCREMENT_SECS[timerUnit]; in decodeBackoffTime()