Home
last modified time | relevance | path

Searched defs: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
2691 final Op switchOp = switchCode != code ? getOpLocked(ops, switchCode, uid, true) in noteOperationUnchecked() local
3230 final Op switchOp = switchCode != code ? getOpLocked(ops, switchCode, uid, true) in startOperationUnchecked() local