Searched refs:getAppUsageGroup (Results 1 – 2 of 2) sorted by relevance
293 mController.getAppUsageGroup(UID, OBS_ID1).getTimeLimitMs() == TIME_10_MIN); in testAppUsageObserver_ObserverReAdd()332 AppTimeLimitController.UsageGroup appUsageGroup = mController.getAppUsageGroup(UID, in testAllObservers_ExclusiveObserverIds()355 AppTimeLimitController.UsageGroup group = mController.getAppUsageGroup(UID, OBS_ID1); in testAppUsageObserver_Accumulation()795 AppTimeLimitController.UsageGroup group = mController.getAppUsageGroup(UID, OBS_ID1); in testAppUsageObserver_ConcurrentUsage()1136 return mController.getAppUsageGroup(uid, observerId) != null; in hasAppUsageObserver()
633 AppUsageGroup getAppUsageGroup(int observerAppUid, int observerId) { in getAppUsageGroup() method in AppTimeLimitController