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