Searched defs:timeUsedMs (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | AppTimeLimitController.java | 376 final long timeUsedMs = currentTimeMs - mLastKnownUsageTimeMs; in checkTimeout() local 526 String[] observed, long timeLimitMs, long timeUsedMs, in AppUsageLimitGroup()
|
H A D | UsageStatsService.java | 2670 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 D | IUsageStatsManager.aidl | 72 long timeUsedMs, in PendingIntent callback, String callingPackage); in registerAppUsageLimitObserver()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
H A D | QuotaControllerTest.java | 1415 final long timeUsedMs = 3 * MINUTE_IN_MILLIS; in testGetMaxJobExecutionTimeLocked_EJ() local
|