Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/appop/
H A DAppOpService.kt267 ALL_OPS -> switchedOps.get(op)
489 private const val ALL_OPS = -2
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsCheckingServiceImpl.java27 import static com.android.server.appop.AppOpsService.ModeCallback.ALL_OPS;
458 if (onModeChangedListener.getWatchedOpCode() == ALL_OPS) { in notifyOpChanged()
H A DAppOpsService.java68 import static com.android.server.appop.AppOpsService.ModeCallback.ALL_OPS;
698 public static final int ALL_OPS = -2; field in AppOpsService.ModeCallback
727 case ALL_OPS: in toString()
2321 notifiedOps = ALL_OPS; in startWatchingModeWithFlags()