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