Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserRestrictionsUtilsTest.java105 RestrictionsSet globalRestrictions = new RestrictionsSet(); in testMoveRestriction() local
112 globalRestrictions.updateRestrictions(1, in testMoveRestriction()
119 UserManager.ENSURE_VERIFY_APPS, localRestrictions, globalRestrictions); in testMoveRestriction()
125 assertNull(globalRestrictions.getRestrictions(0)); in testMoveRestriction()
131 globalRestrictions.getRestrictions(1)); in testMoveRestriction()
139 globalRestrictions.getRestrictions(2)); in testMoveRestriction()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java3287 Bundle globalRestrictions = null; in readUserLP() local
3352 globalRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readUserLP()
3407 if (globalRestrictions != null) { in readUserLP()
3409 globalRestrictions); in readUserLP()