Home
last modified time | relevance | path

Searched refs:timeLimitMs (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/usage/
H A DIUsageStatsManager.aidl64 void registerAppUsageObserver(int observerId, in String[] packages, long timeLimitMs, in registerAppUsageObserver() argument
67 void registerUsageSessionObserver(int sessionObserverId, in String[] observed, long timeLimitMs, in registerUsageSessionObserver() argument
71 void registerAppUsageLimitObserver(int observerId, in String[] packages, long timeLimitMs, in registerAppUsageLimitObserver() argument
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DAppTimeLimitController.java265 long timeLimitMs, PendingIntent limitReachedCallback) { in UsageGroup() argument
270 mTimeLimitMs = timeLimitMs; in UsageGroup()
420 String[] observed, long timeLimitMs, PendingIntent limitReachedCallback) { in AppUsageGroup() argument
421 super(user, observerApp, observerId, observed, timeLimitMs, limitReachedCallback); in AppUsageGroup()
448 String[] observed, long timeLimitMs, PendingIntent limitReachedCallback, in SessionUsageGroup() argument
450 super(user, observerApp, observerId, observed, timeLimitMs, limitReachedCallback); in SessionUsageGroup()
526 String[] observed, long timeLimitMs, long timeUsedMs, in AppUsageLimitGroup() argument
528 super(user, observerApp, observerId, observed, timeLimitMs, limitReachedCallback); in AppUsageLimitGroup()
H A DUsageStatsService.java2585 String[] packages, long timeLimitMs, PendingIntent in registerAppUsageObserver() argument
2602 packages, timeLimitMs, callbackIntent, userId); in registerAppUsageObserver()
2626 long timeLimitMs, long sessionThresholdTimeMs, in registerUsageSessionObserver() argument
2670 long timeLimitMs, long timeUsedMs, PendingIntent callbackIntent, in registerAppUsageLimitObserver() argument
2684 if (callbackIntent == null && timeUsedMs < timeLimitMs) { in registerAppUsageLimitObserver()
2691 packages, timeLimitMs, timeUsedMs, callbackIntent, userId); in registerAppUsageLimitObserver()
2896 long timeLimitMs, PendingIntent callbackIntent, int userId) { in registerAppUsageObserver() argument
2897 mAppTimeLimit.addAppUsageObserver(callingUid, observerId, packages, timeLimitMs, in registerAppUsageObserver()
2909 mAppTimeLimit.addUsageSessionObserver(callingUid, observerId, observed, timeLimitMs, in registerUsageSessionObserver()
2918 long timeLimitMs, long timeUsedMs, PendingIntent callbackIntent, int userId) { in registerAppUsageLimitObserver() argument
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DStackTracesDumpHelper.java412 long timeLimitMs, AnrLatencyTracker latencyTracker) { in copyFirstPidTempDump() argument
419 final File tempfile = firstPidFilePromise.get(timeLimitMs, TimeUnit.MILLISECONDS); in copyFirstPidTempDump()