Home
last modified time | relevance | path

Searched refs:remainingMs (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractor.kt159 .map { it.remainingMs > 0 }
163 initialValue = throttling.value.remainingMs > 0,
337 val remainingMs = max(0, deadline.await() - clock.elapsedRealtime()) regex
341 remainingMs = remainingMs.toInt(),
344 remainingMs
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/viewmodel/
H A DBouncerViewModelTest.kt130 throttling?.remainingMs?.let { remainingMs -> advanceTimeBy(remainingMs.toLong()) }
155 throttling?.remainingMs?.let { milliseconds -> advanceTimeBy(milliseconds.toLong()) }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/shared/model/
H A DAuthenticationThrottlingModel.kt31 val remainingMs: Int = 0,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/
H A DBouncerInteractorTest.kt310 remainingMs = FakeAuthenticationRepository.THROTTLE_DURATION_MS,
328 throttling?.remainingMs?.let { remainingMs ->
329 val seconds = ceil(remainingMs / 1000f).toInt()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractorTest.kt489 remainingMs = FakeAuthenticationRepository.THROTTLE_DURATION_MS,
502 remainingMs = FakeAuthenticationRepository.THROTTLE_DURATION_MS,
519 remainingMs =
535 remainingMs = 0,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
H A DBouncerViewModel.kt122 ceil(bouncerInteractor.throttling.value.remainingMs / 1000f)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DBouncerInteractor.kt215 throttlingModel.remainingMs.milliseconds.inWholeSeconds,
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DQuotaController.java983 long remainingMs = limitMs - quota.getTallyLocked();
994 remainingMs += duration;
998 remainingMs += windowStartTimeElapsed - ts.startTimeElapsed;
1009 remainingMs += topAppTimer.getPendingReward(nowElapsed);
1014 return remainingMs;
1017 return remainingMs - timer.getCurrentDuration(sElapsedRealtimeClock.millis());