Searched refs:timeInterval (Results 1 – 4 of 4) sorted by relevance
31 public int timeInterval; field in Duration55 public Duration(int timeInterval, TimeUnit timeUnit) { in Duration() argument56 this.timeInterval = timeInterval; in Duration()61 timeInterval = in.readInt(); in Duration()67 dest.writeInt(timeInterval); in writeToParcel()
91 int timeInterval = 0; in retrieveDuration() local99 timeInterval = rawValue[valueIndex + 1] & 0xff; in retrieveDuration()103 return new Duration(timeInterval, timeUnit); in retrieveDuration()
673 buf.write(cmdInput.duration.timeInterval); // Time Duration in getInKeyResponse()
451 int timeInterval = WifiConnectivityManager.MAX_CONNECTION_ATTEMPTS_TIME_INTERVAL_MS; in connectionAttemptRateLimitedWhenScreenOff() local453 int connectionAttemptIntervals = timeInterval / maxAttemptRate; in connectionAttemptRateLimitedWhenScreenOff()490 int timeInterval = WifiConnectivityManager.MAX_CONNECTION_ATTEMPTS_TIME_INTERVAL_MS; in connectionAttemptNotRateLimitedWhenScreenOff() local492 int connectionAttemptIntervals = timeInterval / maxAttemptRate; in connectionAttemptNotRateLimitedWhenScreenOff()530 int timeInterval = WifiConnectivityManager.MAX_CONNECTION_ATTEMPTS_TIME_INTERVAL_MS; in connectionAttemptNotRateLimitedWhenScreenOffAfterUserSelection() local532 int connectionAttemptIntervals = timeInterval / maxAttemptRate; in connectionAttemptNotRateLimitedWhenScreenOffAfterUserSelection()