Searched refs:moveRestriction (Results 1 – 5 of 5) sorted by relevance
81 mRestrictionsSet.moveRestriction(destRestrictionsSet, restriction); in testMoveRestriction_containsRestriction()96 mRestrictionsSet.moveRestriction(destRestrictionsSet, in testMoveRestriction_doesNotContainRestriction()
135 UserRestrictionsUtils.moveRestriction( in testMoveRestriction()
91 public void moveRestriction(@NonNull RestrictionsSet destRestrictions, String restriction) { in moveRestriction() method in RestrictionsSet
848 public static void moveRestriction(String restrictionKey, in moveRestriction() method in UserRestrictionsUtils853 sourceRestrictionsSet.moveRestriction(destRestrictionSet, restrictionKey); in moveRestriction()
2663 UserRestrictionsUtils.moveRestriction(UserManager.ENSURE_VERIFY_APPS, in upgradeIfNecessaryLP()