Home
last modified time | relevance | path

Searched refs:switchOp (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java2316 int switchOp = (op != AppOpsManager.OP_NONE) ? AppOpsManager.opToSwitch(op) : op; in startWatchingModeWithFlags() local
2326 notifiedOps = switchOp; in startWatchingModeWithFlags()
2335 if (switchOp != AppOpsManager.OP_NONE) { in startWatchingModeWithFlags()
2336 mAppOpsCheckingService.startWatchingOpModeChanged(cb, switchOp); in startWatchingModeWithFlags()
2691 final Op switchOp = switchCode != code ? getOpLocked(ops, switchCode, uid, true) in noteOperationUnchecked() local
2693 final int mode = switchOp.uidState.evalMode(switchOp.op, switchOp.getMode()); in noteOperationUnchecked()
3232 final int mode = switchOp.uidState.evalMode(switchOp.op, switchOp.getMode()); in startOperationUnchecked()
5461 final int switchOp = AppOpsManager.opToSwitch(opCode); in dump()
5462 if (switchOp != opCode) { in dump()
5464 pw.print(AppOpsManager.opToName(switchOp)); in dump()
[all …]