Searched refs:currentMs (Results 1 – 1 of 1) sorted by relevance
3840 final long currentMs = timer.getCurrentDurationMsLocked(elapsedRealtimeUs/1000); in printWakeLock() local3841 if (currentMs >= 0) { in printWakeLock()3843 sb.append(currentMs); in printWakeLock()3891 final long currentMs = timer.getCurrentDurationMsLocked(rawRealtimeUs/1000); in printTimer() local3892 if (currentMs >= 0) { in printTimer()3894 sb.append(currentMs); in printTimer()