Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java3114 int switchOp = (op != AppOpsManager.OP_NONE) ? AppOpsManager.opToSwitch(op) : op; in startWatchingModeWithFlags() local
3483 final Op switchOp = switchCode != code ? getOpLocked(ops, switchCode, uid, true) in noteOperationUnchecked() local
3996 final Op switchOp = switchCode != code ? getOpLocked(ops, switchCode, uid, true) in startOperationUnchecked() local