Searched refs:HISTORY_FLAG_DISCRETE (Results 1 – 4 of 4) sorted by relevance
23 import static android.app.AppOpsManager.HISTORY_FLAG_DISCRETE;384 if ((historyFlags & HISTORY_FLAG_DISCRETE) != 0) { in getHistoricalOpsFromDiskRaw()414 if ((historyFlags & HISTORY_FLAG_DISCRETE) != 0) { in getHistoricalOps()
5121 public static final int HISTORY_FLAG_DISCRETE = 1 << 1; field in AppOpsManager5142 | HISTORY_FLAG_DISCRETE;5148 HISTORY_FLAG_DISCRETE,6815 if ((historyFlag & HISTORY_FLAG_DISCRETE) == 0) { in filter()
278 field public static final int HISTORY_FLAG_DISCRETE = 2; // 0x2
642 field public static final int HISTORY_FLAG_DISCRETE = 2; // 0x2