Home
last modified time | relevance | path

Searched defs:timeUsedMs (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DAppTimeLimitController.java376 final long timeUsedMs = currentTimeMs - mLastKnownUsageTimeMs; in checkTimeout() local
526 String[] observed, long timeLimitMs, long timeUsedMs, in AppUsageLimitGroup()
H A DUsageStatsService.java2670 long timeLimitMs, long timeUsedMs, PendingIntent callbackIntent, in registerAppUsageLimitObserver()
2918 long timeLimitMs, long timeUsedMs, PendingIntent callbackIntent, int userId) { in registerAppUsageLimitObserver()
/aosp14/frameworks/base/core/java/android/app/usage/
H A DIUsageStatsManager.aidl72 long timeUsedMs, in PendingIntent callback, String callingPackage); in registerAppUsageLimitObserver()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DQuotaControllerTest.java1415 final long timeUsedMs = 3 * MINUTE_IN_MILLIS; in testGetMaxJobExecutionTimeLocked_EJ() local