Searched refs:getAppUsageGroup (Results 1 – 2 of 2) sorted by relevance
273 mController.getAppUsageGroup(UID, OBS_ID1).getTimeLimitMs() == TIME_10_MIN); in testAppUsageObserver_ObserverReAdd()312 AppTimeLimitController.UsageGroup appUsageGroup = mController.getAppUsageGroup(UID, in testAllObservers_ExclusiveObserverIds()335 AppTimeLimitController.UsageGroup group = mController.getAppUsageGroup(UID, OBS_ID1); in testAppUsageObserver_Accumulation()765 AppTimeLimitController.UsageGroup group = mController.getAppUsageGroup(UID, OBS_ID1); in testAppUsageObserver_ConcurrentUsage()1088 return mController.getAppUsageGroup(uid, observerId) != null; in hasAppUsageObserver()
617 AppUsageGroup getAppUsageGroup(int observerAppUid, int observerId) { in getAppUsageGroup() method in AppTimeLimitController