Searched refs:startUptime (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | TrackedCollections.java | 45 collectionState.startUptime = SystemClock.uptimeMillis(); in track() 49 && SystemClock.uptimeMillis() - collectionState.startUptime > HALFWAY_DELAY) { in track() 58 long startUptime; field in TrackedCollections.CollectionState 80 ratePerHour(startUptime, 0, startUptime + HALFWAY_DELAY, halfwayCount), in dump() 81 ratePerHour(startUptime + HALFWAY_DELAY, halfwayCount, now, lastCount), in dump() 82 ratePerHour(startUptime, 0, now, lastCount), in dump()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncJobService.java | 139 final long startUptime = sJobStartUptimes.get(jobId); in onStopJob() local 141 final long runtime = nowUptime - startUptime; in onStopJob() 150 + " startUptime=" + startUptime in onStopJob()
|