Searched refs:restrictionState (Results 1 – 1 of 1) sorted by relevance
4065 if (restrictionState.hasRestriction(code)) { in isOpRestrictedLocked()5553 if (restrictionState == null) {5555 restrictionState = new ClientUserRestrictionState(token);5559 mOpUserRestrictions.put(token, restrictionState);5571 if (restrictionState.isDefault()) {5573 restrictionState.destroy();6218 if (restrictionState == null) {6224 mOpGlobalRestrictions.put(token, restrictionState);6227 if (restrictionState.setRestriction(code, restricted)) {6236 if (restrictionState.isDefault()) {[all …]