Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DHistoricalRegistry.java23 import static android.app.AppOpsManager.HISTORY_FLAG_DISCRETE;
396 if ((historyFlags & HISTORY_FLAG_DISCRETE) != 0) { in getHistoricalOpsFromDiskRaw()
431 if ((historyFlags & HISTORY_FLAG_DISCRETE) != 0) { in getHistoricalOps()
/aosp14/frameworks/base/core/java/android/app/
H A DAppOpsManager.java4775 public static final int HISTORY_FLAG_DISCRETE = 1 << 1; field in AppOpsManager
4796 | HISTORY_FLAG_DISCRETE;
4802 HISTORY_FLAG_DISCRETE,
6469 if ((historyFlag & HISTORY_FLAG_DISCRETE) == 0) { in filter()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt253 field public static final int HISTORY_FLAG_DISCRETE = 2; // 0x2
H A Dsystem-current.txt596 field public static final int HISTORY_FLAG_DISCRETE = 2; // 0x2