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.aidl54 void registerAppUsageObserver(int observerId, in String[] packages, long timeLimitMs, in registerAppUsageObserver() argument
57 void registerUsageSessionObserver(int sessionObserverId, in String[] observed, long timeLimitMs, in registerUsageSessionObserver() argument
61 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.java1826 String[] packages, long timeLimitMs, PendingIntent in registerAppUsageObserver() argument
1843 packages, timeLimitMs, callbackIntent, userId); in registerAppUsageObserver()
1867 long timeLimitMs, long sessionThresholdTimeMs, in registerUsageSessionObserver() argument
1885 observed, timeLimitMs, sessionThresholdTimeMs, limitReachedCallbackIntent, in registerUsageSessionObserver()
1911 long timeLimitMs, long timeUsedMs, PendingIntent callbackIntent, in registerAppUsageLimitObserver() argument
1925 if (callbackIntent == null && timeUsedMs < timeLimitMs) { in registerAppUsageLimitObserver()
1932 packages, timeLimitMs, timeUsedMs, callbackIntent, userId); in registerAppUsageLimitObserver()
2040 long timeLimitMs, PendingIntent callbackIntent, int userId) { in registerAppUsageObserver() argument
2041 mAppTimeLimit.addAppUsageObserver(callingUid, observerId, packages, timeLimitMs, in registerAppUsageObserver()
2051 long timeLimitMs, long sessionThresholdTime, PendingIntent limitReachedCallbackIntent, in registerUsageSessionObserver() argument
[all …]