Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/usage/
DIUsageStatsManager.aidl55 void registerAppUsageObserver(int observerId, in String[] packages, long timeLimitMs, in registerAppUsageObserver() argument
58 void registerUsageSessionObserver(int sessionObserverId, in String[] observed, long timeLimitMs, in registerUsageSessionObserver() argument
62 void registerAppUsageLimitObserver(int observerId, in String[] packages, long timeLimitMs, in registerAppUsageLimitObserver() argument
/frameworks/base/services/usage/java/com/android/server/usage/
DAppTimeLimitController.java259 long timeLimitMs, PendingIntent limitReachedCallback) { in UsageGroup() argument
264 mTimeLimitMs = timeLimitMs; in UsageGroup()
414 String[] observed, long timeLimitMs, PendingIntent limitReachedCallback) { in AppUsageGroup() argument
415 super(user, observerApp, observerId, observed, timeLimitMs, limitReachedCallback); in AppUsageGroup()
442 String[] observed, long timeLimitMs, PendingIntent limitReachedCallback, in SessionUsageGroup() argument
444 super(user, observerApp, observerId, observed, timeLimitMs, limitReachedCallback); in SessionUsageGroup()
514 String[] observed, long timeLimitMs, long timeUsedMs, in AppUsageLimitGroup() argument
516 super(user, observerApp, observerId, observed, timeLimitMs, limitReachedCallback); in AppUsageLimitGroup()
DUsageStatsService.java1373 String[] packages, long timeLimitMs, PendingIntent in registerAppUsageObserver() argument
1390 packages, timeLimitMs, callbackIntent, userId); in registerAppUsageObserver()
1414 long timeLimitMs, long sessionThresholdTimeMs, in registerUsageSessionObserver() argument
1432 observed, timeLimitMs, sessionThresholdTimeMs, limitReachedCallbackIntent, in registerUsageSessionObserver()
1458 long timeLimitMs, long timeUsedMs, PendingIntent callbackIntent, in registerAppUsageLimitObserver() argument
1469 if (callbackIntent == null && timeUsedMs < timeLimitMs) { in registerAppUsageLimitObserver()
1477 packages, timeLimitMs, timeUsedMs, callbackIntent, userId); in registerAppUsageLimitObserver()
1583 long timeLimitMs, PendingIntent callbackIntent, int userId) { in registerAppUsageObserver() argument
1584 mAppTimeLimit.addAppUsageObserver(callingUid, observerId, packages, timeLimitMs, in registerAppUsageObserver()
1594 long timeLimitMs, long sessionThresholdTime, PendingIntent limitReachedCallbackIntent, in registerUsageSessionObserver() argument
[all …]