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