Searched refs:sOpRestrictions (Results 1 – 1 of 1) sorted by relevance
1574 private static String[] sOpRestrictions = new String[] { field in AppOpsManager1995 if (sOpRestrictions.length != _NUM_OP) {1996 throw new IllegalStateException("sOpRestrictions length " + sOpRestrictions.length2001 + sOpRestrictions.length + " should be " + _NUM_OP);2091 return sOpRestrictions[op]; in opToRestriction()