Home
last modified time | relevance | path

Searched refs:timeLeft (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/screenrecord/ui/
DScreenRecordTileMapperTest.kt76 val timeLeft = 0L in activeStateMatchesStartingDataModel() constant
77 val inputModel = ScreenRecordModel.Starting(timeLeft) in activeStateMatchesStartingDataModel()
85 String.format("%d...", timeLeft) in activeStateMatchesStartingDataModel()
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
DWorkflowTest.java96 long timeLeft = OPERATION_TIMEOUT_MILLIS - (System.currentTimeMillis() - startTime); in waitWithTimeout() local
97 if (timeLeft < 0) { in waitWithTimeout()
101 waiter.accept(timeLeft); in waitWithTimeout()
/frameworks/native/cmds/atrace/
Datrace.cpp1409 struct timespec timeLeft; in main() local
1410 timeLeft.tv_sec = g_traceDurationSeconds; in main()
1411 timeLeft.tv_nsec = 0; in main()
1416 } while (nanosleep(&timeLeft, &timeLeft) == -1 && errno == EINTR); in main()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManager.java820 final long timeLeft = NotificationThrottleHun.isEnabled() in updateEntry()
823 return timeLeft; in updateEntry()
997 final long timeLeft = mEarliestRemovalTime - mSystemClock.elapsedRealtime(); in removeAsSoonAsPossible()
998 return timeLeft; in removeAsSoonAsPossible()
/frameworks/base/core/java/android/animation/
DValueAnimator.java1264 long timeLeft = getScaledDuration() - currentPlayTime; in reverse() local
1265 mStartTime = currentTime - timeLeft; in reverse()
/frameworks/base/services/incremental/
DIncrementalService.cpp1443 const auto timeLeft = timeLimit - Clock::now(); in checkUidReadTimeouts() local
1444 if (timeLeft < Constants::progressUpdateInterval) { in checkUidReadTimeouts()