Searched refs:limitReachedCallback (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | AppTimeLimitController.java | 259 long timeLimitMs, PendingIntent limitReachedCallback) { in UsageGroup() argument 265 mLimitReachedCallback = limitReachedCallback; 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() 515 PendingIntent limitReachedCallback) { in AppUsageLimitGroup() argument 516 super(user, observerApp, observerId, observed, timeLimitMs, limitReachedCallback); in AppUsageLimitGroup()
|