Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java2714 int notifiedOps; in startWatchingModeWithFlags() local
2717 notifiedOps = ALL_OPS; in startWatchingModeWithFlags()
2719 notifiedOps = op; in startWatchingModeWithFlags()
2722 notifiedOps = switchOp; in startWatchingModeWithFlags()
2727 cb = new ModeCallback(callback, watchedUid, flags, notifiedOps, callingUid, in startWatchingModeWithFlags()