Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java239 private static int[] sOpToSwitch = new int[] { field in AppOpsManager
681 if (sOpToSwitch.length != _NUM_OP) {
682 throw new IllegalStateException("sOpToSwitch length " + sOpToSwitch.length
725 return sOpToSwitch[op]; in opToSwitch()