Searched refs:timeInterval (Results 1 – 5 of 5) sorted by relevance
180 final long timeInterval = SystemClock.uptimeMillis() - mStartTimeMillis; in pullStatsEvents() local185 .map(s -> s.toNormalizedStats(timeInterval).toStatsEvent()) in pullStatsEvents()233 PackageStorageAccessStats toNormalizedStats(long timeInterval) { in toNormalizedStats() argument234 this.mTotalAccesses = normalizeAccessesPerDay(mTotalAccesses, timeInterval); in toNormalizedStats()235 this.mFilePathAccesses = normalizeAccessesPerDay(mFilePathAccesses, timeInterval); in toNormalizedStats()237 normalizeAccessesPerDay(mSecondaryStorageAccesses, timeInterval); in toNormalizedStats()
499 uint32_t timeInterval = 66; in EncodePauseImage() local503 timeInterval = 1000 / mFramerate; in EncodePauseImage()539 nextTime += timeInterval; in EncodePauseImage()
66 timeout *= duration.timeInterval; in calculateDurationInMilis()
160 public void repeatAlarm(Intent intent, int timeInterval, in repeatAlarm() argument179 + timeInterval * 1000; in repeatAlarm()
1795 int timeInterval = WifiConnectivityManager.MAX_CONNECTION_ATTEMPTS_TIME_INTERVAL_MS; in connectionAttemptRateLimitedWhenScreenOff() local1797 int connectionAttemptIntervals = timeInterval / maxAttemptRate; in connectionAttemptRateLimitedWhenScreenOff()1837 int timeInterval = WifiConnectivityManager.MAX_CONNECTION_ATTEMPTS_TIME_INTERVAL_MS; in connectionAttemptNotRateLimitedWhenScreenOff() local1839 int connectionAttemptIntervals = timeInterval / maxAttemptRate; in connectionAttemptNotRateLimitedWhenScreenOff()1882 int timeInterval = WifiConnectivityManager.MAX_CONNECTION_ATTEMPTS_TIME_INTERVAL_MS; in connectionAttemptNotRateLimitedWhenScreenOffForceConnectivityScan() local1884 int connectionAttemptIntervals = timeInterval / maxAttemptRate; in connectionAttemptNotRateLimitedWhenScreenOffForceConnectivityScan()1929 int timeInterval = WifiConnectivityManager.MAX_CONNECTION_ATTEMPTS_TIME_INTERVAL_MS; in connectionAttemptNotRateLimitedWhenScreenOffAfterUserSelection() local1931 int connectionAttemptIntervals = timeInterval / maxAttemptRate; in connectionAttemptNotRateLimitedWhenScreenOffAfterUserSelection()1976 int timeInterval = WifiConnectivityManager.MAX_CONNECTION_ATTEMPTS_TIME_INTERVAL_MS; in connectionAttemptNotRateLimitedWhenScreenOffAfterWifiToggle() local1978 int connectionAttemptIntervals = timeInterval / maxAttemptRate; in connectionAttemptNotRateLimitedWhenScreenOffAfterWifiToggle()