Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserRestrictionsUtilsTest.java107 RestrictionsSet globalRestrictions = new RestrictionsSet(); in testMoveRestriction() local
114 globalRestrictions.updateRestrictions(1, in testMoveRestriction()
121 UserManager.ENSURE_VERIFY_APPS, localRestrictions, globalRestrictions); in testMoveRestriction()
127 assertNull(globalRestrictions.getRestrictions(0)); in testMoveRestriction()
133 globalRestrictions.getRestrictions(1)); in testMoveRestriction()
141 globalRestrictions.getRestrictions(2)); in testMoveRestriction()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java4440 Bundle globalRestrictions = null;
4517 globalRestrictions = UserRestrictionsUtils.readRestrictions(parser);
4592 if (globalRestrictions != null) {
4594 globalRestrictions);
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java7814 Bundle globalRestrictions = in testSetUserRestriction_financeDo_validRestrictions_setsRestriction() local
7824 MockUtils.checkUserRestrictions(globalRestrictions), in testSetUserRestriction_financeDo_validRestrictions_setsRestriction()