Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java80 import static com.android.server.appop.AppOpsService.ModeCallback.ALL_OPS;
1541 public static final int ALL_OPS = -2; field in AppOpsService.ModeCallback
1581 case ALL_OPS: in toString()
2855 if (callback.mWatchedOpCode == ALL_OPS) { in notifyOpChanged()
3119 notifiedOps = ALL_OPS; in startWatchingModeWithFlags()