Searched refs:globalRestrictions (Results 1 – 2 of 2) sorted by relevance
105 RestrictionsSet globalRestrictions = new RestrictionsSet(); in testMoveRestriction() local112 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()
3287 Bundle globalRestrictions = null; in readUserLP() local3352 globalRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readUserLP()3407 if (globalRestrictions != null) { in readUserLP()3409 globalRestrictions); in readUserLP()