Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
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()
/frameworks/base/core/java/android/app/
DAppOpsManager.java4813 public static final int HISTORY_FLAG_DISCRETE = 1 << 1; field in AppOpsManager
4835 | HISTORY_FLAG_DISCRETE;
4841 HISTORY_FLAG_DISCRETE,
6508 if ((historyFlag & HISTORY_FLAG_DISCRETE) == 0) { in filter()
/frameworks/base/core/api/
Dtest-current.txt214 field public static final int HISTORY_FLAG_DISCRETE = 2; // 0x2
Dsystem-current.txt458 field public static final int HISTORY_FLAG_DISCRETE = 2; // 0x2