Searched refs:globalRestrictions (Results 1 – 2 of 2) sorted by relevance
122 RestrictionsSet globalRestrictions = new RestrictionsSet(); in testMoveRestriction() local129 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()
3041 Bundle globalRestrictions = null; in readUserLP() local3115 globalRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readUserLP()3169 if (globalRestrictions != null) { in readUserLP()3171 globalRestrictions); in readUserLP()