Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java849 SparseArray<RestrictionsSet> sourceRestrictionsSets, in moveRestriction() argument
851 for (int i = 0; i < sourceRestrictionsSets.size(); i++) { in moveRestriction()
852 final RestrictionsSet sourceRestrictionsSet = sourceRestrictionsSets.valueAt(i); in moveRestriction()