Searched refs:curOp (Results 1 – 1 of 1) sorted by relevance
2187 Op curOp = pkgOps.valueAt(j); in collectOps() local2192 Op curOp = pkgOps.get(ops[j]); in collectOps() local2193 if (curOp != null) { in collectOps()3007 Op curOp = pkgOps.valueAt(j); in resetAllModes() local3008 if (shouldDeferResetOpToDpm(curOp.op)) { in resetAllModes()3012 if (AppOpsManager.opAllowsReset(curOp.op) in resetAllModes()3013 && curOp.mode != AppOpsManager.opToDefaultMode(curOp.op)) { in resetAllModes()3014 int previousMode = curOp.mode; in resetAllModes()3015 curOp.mode = AppOpsManager.opToDefaultMode(curOp.op); in resetAllModes()3018 final int uid = curOp.uidState.uid; in resetAllModes()[all …]