Home
last modified time | relevance | path

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

/frameworks/base/services/usage/java/com/android/server/usage/
DAppTimeLimitController.java265 long timeLimitMs, PendingIntent limitReachedCallback) { in UsageGroup() argument
271 mLimitReachedCallback = limitReachedCallback; 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()
527 PendingIntent limitReachedCallback) { in AppUsageLimitGroup() argument
528 super(user, observerApp, observerId, observed, timeLimitMs, limitReachedCallback); in AppUsageLimitGroup()