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