Home
last modified time | relevance | path

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

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