Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java2318 int notifiedOps; in startWatchingModeWithFlags() local
2321 notifiedOps = ALL_OPS; in startWatchingModeWithFlags()
2323 notifiedOps = op; in startWatchingModeWithFlags()
2326 notifiedOps = switchOp; in startWatchingModeWithFlags()
2331 cb = new ModeCallback(callback, watchedUid, flags, notifiedOps, callingUid, in startWatchingModeWithFlags()