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.java122 RestrictionsSet globalRestrictions = new RestrictionsSet(); in testMoveRestriction() local
129 globalRestrictions.updateRestrictions(1, in testMoveRestriction()
136 UserManager.ENSURE_VERIFY_APPS, localRestrictions, globalRestrictions); in testMoveRestriction()
142 assertNull(globalRestrictions.getRestrictions(0)); in testMoveRestriction()
148 globalRestrictions.getRestrictions(1)); in testMoveRestriction()
156 globalRestrictions.getRestrictions(2)); in testMoveRestriction()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java3041 Bundle globalRestrictions = null; in readUserLP() local
3115 globalRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readUserLP()
3169 if (globalRestrictions != null) { in readUserLP()
3171 globalRestrictions); in readUserLP()