Searched refs:sOpToSwitch (Results 1 – 1 of 1) sorted by relevance
1535 private static int[] sOpToSwitch = new int[] { field in AppOpsManager2423 if (sOpToSwitch.length != _NUM_OP) {2424 throw new IllegalStateException("sOpToSwitch length " + sOpToSwitch.length2492 return sOpToSwitch[op]; in opToSwitch()