Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java1574 private static String[] sOpRestrictions = new String[] { field in AppOpsManager
1995 if (sOpRestrictions.length != _NUM_OP) {
1996 throw new IllegalStateException("sOpRestrictions length " + sOpRestrictions.length
2001 + sOpRestrictions.length + " should be " + _NUM_OP);
2091 return sOpRestrictions[op]; in opToRestriction()