Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DRestrictionsSetTest.java84 mRestrictionsSet.moveRestriction(destRestrictionsSet, restriction); in testMoveRestriction_containsRestriction()
99 mRestrictionsSet.moveRestriction(destRestrictionsSet, in testMoveRestriction_doesNotContainRestriction()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserRestrictionsUtilsTest.java120 UserRestrictionsUtils.moveRestriction( in testMoveRestriction()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DRestrictionsSet.java111 public void moveRestriction(@NonNull RestrictionsSet destRestrictions, String restriction) { in moveRestriction() method in RestrictionsSet
H A DUserRestrictionsUtils.java861 public static void moveRestriction(String restrictionKey, in moveRestriction() method in UserRestrictionsUtils
866 sourceRestrictionsSet.moveRestriction(destRestrictionSet, restrictionKey); in moveRestriction()