Searched refs:nowMs (Results 1 – 10 of 10) sorted by relevance
87 long nowMs = mSystemClock.uptimeMillis(); in falseBelief() local90 .map(result -> result.getDecayedScore(nowMs)) in falseBelief()187 double getDecayedScore(long nowMs) { in getDecayedScore() argument188 long remainingTimeMs = mExpiryMs - nowMs; in getDecayedScore()
249 val nowMs = SystemClock.elapsedRealtime() in <lambda>() constant266 nowMs in <lambda>()282 nowMs in <lambda>()298 nowMs in <lambda>()340 nowMs: Long in <lambda>()354 val ageSeconds = (nowMs - result.timestamp / 1000).toInt() / 1000 in <lambda>()
517 long nowMs = SystemClock.elapsedRealtime(); in evictOldScans() local521 if (nowMs - result.timestamp / 1000 > evictionTimeoutMillis) { in evictOldScans()
326 long nowMs = -1; in addCue() local329 nowMs = mTimeProvider.getCurrentTimeUs( in addCue()337 cue.mStartTimeMs + " <= " + nowMs + ", " + in addCue()341 cue.mStartTimeMs <= nowMs && in addCue()348 final long thenMs = nowMs; in addCue()
346 long nowMs = SystemClock.elapsedRealtime(); in reRankLruCachedAppsLSP() local350 nowMs - scoredProcessRecord.proc.mState.getCacheOomRankerRssTimeMs(); in reRankLruCachedAppsLSP()366 scoredProcessRecord.proc.mState.setCacheOomRankerRss(rss[0], nowMs); in reRankLruCachedAppsLSP()
371 final long nowMs = getWallTimeMillis(); in saveDelayMs() local373 mLastSaveAttemptMs + mMinTimeBetweenSavesMs - nowMs); in saveDelayMs()
911 final long nowMs = SystemClock.elapsedRealtime(); in getScanResultDescription() local913 description.append(getScanResultDescription(scanResult, nowMs))); in getScanResultDescription()919 private synchronized String getScanResultDescription(ScanResult scanResult, long nowMs) { in getScanResultDescription() argument963 final int ageSeconds = (int) (nowMs - scanResult.timestamp / 1000) / 1000; in getScanResultDescription()
1303 long nowMs = SystemClock.uptimeMillis();1304 if (mUncorkDeadlineMs > nowMs) {1305 mUncorkDeadlineMs = nowMs + mAutoCorkDelayMs;
1116 long nowMs = SystemClock.elapsedRealtime(); // Time since boot including deep sleep. in isCrashLoopFound() local1123 crashHistory.add(String.valueOf(nowMs)); in isCrashLoopFound()1139 return crashHistory.size() >= fatalCount && nowMs - firstCrashMs < fatalWindowMs; in isCrashLoopFound()
5141 void reset(long nowMs) { in reset() argument5143 lastResetTimeMs = nowMs; in reset()