Searched defs:curTimeUs (Results 1 – 2 of 2) sorted by relevance
1899 public long computeUptime(long curTimeUs, int which) { in computeUptime()1903 public long computeRealtime(long curTimeUs, int which) { in computeRealtime()1907 public long getUptime(long curTimeUs) { in getUptime()1915 public long getRealtime(long curTimeUs) { in getRealtime()2924 private long computeOverage(long curTimeUs) { in computeOverage()2931 private void recomputeLastDuration(long curTimeUs, boolean abort) { in recomputeLastDuration()
951 final long curTimeUs = SystemClock.elapsedRealtimeNanos() / 1000; in computeBatteryScreenOffRealtimeMs() local