Searched refs:sOpRestrictions (Results 1 – 1 of 1) sorted by relevance
734 private static String[] sOpRestrictions = new String[] { field in AppOpsManager1075 if (sOpRestrictions.length != _NUM_OP) {1076 throw new IllegalStateException("sOpRestrictions length " + sOpRestrictions.length1081 + sOpRestrictions.length + " should be " + _NUM_OP);1137 return sOpRestrictions[op]; in opToRestriction()