Home
last modified time | relevance | path

Searched refs:currTimeMs (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DKernelCpuUidTimeReader.java112 final long currTimeMs = mClock.elapsedRealtime(); in readDelta() local
113 if (!force && currTimeMs < mLastReadTimeMs + mMinTimeBetweenRead) { in readDelta()
120 mLastReadTimeMs = currTimeMs; in readDelta()
133 final long currTimeMs = mClock.elapsedRealtime(); in readAbsolute() local
134 if (currTimeMs < mLastReadTimeMs + mMinTimeBetweenRead) { in readAbsolute()
141 mLastReadTimeMs = currTimeMs; in readAbsolute()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterboxUiController.java519 final long currTimeMs = System.currentTimeMillis(); in shouldIgnoreOrientationRequestLoop() local
520 if (currTimeMs - mTimeMsLastSetOrientationRequest in shouldIgnoreOrientationRequestLoop()
528 mTimeMsLastSetOrientationRequest = currTimeMs; in shouldIgnoreOrientationRequestLoop()