Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java1673 final Pair<Integer, TrackerInfo> levelTypePair = calcAppRestrictionLevel( in refreshAppRestrictionLevelForUser()
1697 final Pair<Integer, TrackerInfo> levelTypePair = calcAppRestrictionLevel(userId, uid, in refreshAppRestrictionLevelForUid()
1709 private Pair<Integer, TrackerInfo> calcAppRestrictionLevel(@UserIdInt int userId, int uid, in calcAppRestrictionLevel() method in AppRestrictionController
2256 final Pair<Integer, TrackerInfo> levelTypePair = calcAppRestrictionLevel( in handleBackgroundRestrictionChanged()
2300 final Pair<Integer, TrackerInfo> levelTypePair = calcAppRestrictionLevel( in handleAppStandbyBucketChanged()
/aosp14/frameworks/base/services/
H A Dart-profile1305 HSPLcom/android/server/am/AppRestrictionController;->calcAppRestrictionLevel(IILjava/lang/String;IZ…