Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java2712 int switchOp = (op != AppOpsManager.OP_NONE) ? AppOpsManager.opToSwitch(op) : op; in startWatchingModeWithFlags() local
2722 notifiedOps = switchOp; in startWatchingModeWithFlags()
2731 if (switchOp != AppOpsManager.OP_NONE) { in startWatchingModeWithFlags()
2732 ArraySet<OnOpModeChangedListener> cbs = mOpModeWatchers.get(switchOp); in startWatchingModeWithFlags()
2735 mOpModeWatchers.put(switchOp, cbs); in startWatchingModeWithFlags()
3223 final Op switchOp = switchCode != code ? getOpLocked(ops, switchCode, uid, true) in noteOperationUnchecked() local
3226 switchOp.uidState.evalMode( in noteOperationUnchecked()
3227 switchOp.op, in noteOperationUnchecked()
3229 switchOp.packageName, in noteOperationUnchecked()
3230 switchOp.op, in noteOperationUnchecked()
[all …]