Home
last modified time | relevance | path

Searched refs:timeInterval (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DDuration.java31 public int timeInterval; field in Duration
55 public Duration(int timeInterval, TimeUnit timeUnit) { in Duration() argument
56 this.timeInterval = timeInterval; in Duration()
61 timeInterval = in.readInt(); in Duration()
67 dest.writeInt(timeInterval); in writeToParcel()
DValueParser.java91 int timeInterval = 0; in retrieveDuration() local
99 timeInterval = rawValue[valueIndex + 1] & 0xff; in retrieveDuration()
103 return new Duration(timeInterval, timeUnit); in retrieveDuration()
DCatService.java673 buf.write(cmdInput.duration.timeInterval); // Time Duration in getInKeyResponse()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConnectivityManagerTest.java451 int timeInterval = WifiConnectivityManager.MAX_CONNECTION_ATTEMPTS_TIME_INTERVAL_MS; in connectionAttemptRateLimitedWhenScreenOff() local
453 int connectionAttemptIntervals = timeInterval / maxAttemptRate; in connectionAttemptRateLimitedWhenScreenOff()
490 int timeInterval = WifiConnectivityManager.MAX_CONNECTION_ATTEMPTS_TIME_INTERVAL_MS; in connectionAttemptNotRateLimitedWhenScreenOff() local
492 int connectionAttemptIntervals = timeInterval / maxAttemptRate; in connectionAttemptNotRateLimitedWhenScreenOff()
530 int timeInterval = WifiConnectivityManager.MAX_CONNECTION_ATTEMPTS_TIME_INTERVAL_MS; in connectionAttemptNotRateLimitedWhenScreenOffAfterUserSelection() local
532 int connectionAttemptIntervals = timeInterval / maxAttemptRate; in connectionAttemptNotRateLimitedWhenScreenOffAfterUserSelection()