Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserRestrictionsUtils.java862 SparseArray<RestrictionsSet> sourceRestrictionsSets, in moveRestriction() argument
864 for (int i = 0; i < sourceRestrictionsSets.size(); i++) { in moveRestriction()
865 final RestrictionsSet sourceRestrictionsSet = sourceRestrictionsSets.valueAt(i); in moveRestriction()