Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DAppOpsManager.java436 public static final int CALL_BACK_ON_SWITCHED_OP = 1 << 1; field in AppOpsManager
7764 flags |= CALL_BACK_ON_SWITCHED_OP; in startWatchingMode()
/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java24 import static android.app.AppOpsManager.CALL_BACK_ON_SWITCHED_OP;
3117 if ((flags & CALL_BACK_ON_SWITCHED_OP) == 0) { in startWatchingModeWithFlags()