Searched refs:sOpDisableReset (Results 1 – 1 of 1) sorted by relevance
2287 private static boolean[] sOpDisableReset = new boolean[] { field in AppOpsManager2443 if (sOpDisableReset.length != _NUM_OP) {2444 throw new IllegalStateException("sOpDisableReset length " + sOpDisableReset.length2618 return !sOpDisableReset[op]; in opAllowsReset()