/frameworks/base/core/java/android/app/usage/ |
D | IUsageStatsManager.aidl | 66 void registerAppUsageObserver(int observerId, in String[] packages, long timeLimitMs, in registerAppUsageObserver() argument 69 void registerUsageSessionObserver(int sessionObserverId, in String[] observed, long timeLimitMs, in registerUsageSessionObserver() argument 73 void registerAppUsageLimitObserver(int observerId, in String[] packages, long timeLimitMs, in registerAppUsageLimitObserver() argument
|
/frameworks/base/services/core/java/com/android/server/vibrator/ |
D | GroupedAggregatedLogRecords.java | 123 synchronized boolean mayAggregate(T record, long timeLimitMs) { in mayAggregate() argument 125 return mLatest.mayAggregate(record) && timeDeltaMs < timeLimitMs; in mayAggregate()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | AppTimeLimitController.java | 265 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()
|
D | UsageStatsService.java | 2833 String[] packages, long timeLimitMs, PendingIntent in registerAppUsageObserver() argument 2850 packages, timeLimitMs, callbackIntent, userId); in registerAppUsageObserver() 2874 long timeLimitMs, long sessionThresholdTimeMs, in registerUsageSessionObserver() argument 2892 observed, timeLimitMs, sessionThresholdTimeMs, limitReachedCallbackIntent, in registerUsageSessionObserver() 2918 long timeLimitMs, long timeUsedMs, PendingIntent callbackIntent, in registerAppUsageLimitObserver() argument 2932 if (callbackIntent == null && timeUsedMs < timeLimitMs) { in registerAppUsageLimitObserver() 2939 packages, timeLimitMs, timeUsedMs, callbackIntent, userId); in registerAppUsageLimitObserver() 3156 long timeLimitMs, PendingIntent callbackIntent, int userId) { in registerAppUsageObserver() argument 3157 mAppTimeLimit.addAppUsageObserver(callingUid, observerId, packages, timeLimitMs, in registerAppUsageObserver() 3167 long timeLimitMs, long sessionThresholdTime, PendingIntent limitReachedCallbackIntent, in registerUsageSessionObserver() argument [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | StackTracesDumpHelper.java | 412 long timeLimitMs, AnrLatencyTracker latencyTracker) { in copyFirstPidTempDump() argument 419 final File tempfile = firstPidFilePromise.get(timeLimitMs, TimeUnit.MILLISECONDS); in copyFirstPidTempDump()
|