Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DRestrictionsSet.java91 public void moveRestriction(@NonNull RestrictionsSet destRestrictions, String restriction) { in moveRestriction() argument
98 Bundle to = destRestrictions.getRestrictions(userId); in moveRestriction()
102 destRestrictions.updateRestrictions(userId, to); in moveRestriction()