Home
last modified time | relevance | path

Searched refs:sOpRestrictions (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DAppOpsManager.java734 private static String[] sOpRestrictions = new String[] { field in AppOpsManager
1075 if (sOpRestrictions.length != _NUM_OP) {
1076 throw new IllegalStateException("sOpRestrictions length " + sOpRestrictions.length
1081 + sOpRestrictions.length + " should be " + _NUM_OP);
1137 return sOpRestrictions[op]; in opToRestriction()