Searched defs:curTimeUs (Results 1 – 2 of 2) sorted by relevance
2212 public long computeUptime(long curTimeUs, int which) { in computeUptime()2216 public long computeRealtime(long curTimeUs, int which) { in computeRealtime()2220 public long getUptime(long curTimeUs) { in getUptime()2228 public long getRealtime(long curTimeUs) { in getRealtime()3247 private long computeOverage(long curTimeUs) { in computeOverage()3254 private void recomputeLastDuration(long curTimeUs, boolean abort) { in recomputeLastDuration()
1163 final long curTimeUs = SystemClock.elapsedRealtimeNanos() / 1000; in computeBatteryScreenOffRealtimeMs() local