Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DRestrictionsSetTest.java81 mRestrictionsSet.moveRestriction(destRestrictionsSet, restriction); in testMoveRestriction_containsRestriction()
96 mRestrictionsSet.moveRestriction(destRestrictionsSet, in testMoveRestriction_doesNotContainRestriction()
DUserRestrictionsUtilsTest.java135 UserRestrictionsUtils.moveRestriction( in testMoveRestriction()
/frameworks/base/services/core/java/com/android/server/pm/
DRestrictionsSet.java91 public void moveRestriction(@NonNull RestrictionsSet destRestrictions, String restriction) { in moveRestriction() method in RestrictionsSet
DUserRestrictionsUtils.java848 public static void moveRestriction(String restrictionKey, in moveRestriction() method in UserRestrictionsUtils
853 sourceRestrictionsSet.moveRestriction(destRestrictionSet, restrictionKey); in moveRestriction()
DUserManagerService.java2663 UserRestrictionsUtils.moveRestriction(UserManager.ENSURE_VERIFY_APPS, in upgradeIfNecessaryLP()