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.java111 public void moveRestriction(@NonNull RestrictionsSet destRestrictions, String restriction) { in moveRestriction() argument
118 Bundle to = destRestrictions.getRestrictions(userId); in moveRestriction()
122 destRestrictions.updateRestrictions(userId, to); in moveRestriction()