Searched refs:HISTORY_FLAG_AGGREGATE (Results 1 – 4 of 4) sorted by relevance
22 import static android.app.AppOpsManager.HISTORY_FLAG_AGGREGATE;369 if ((historyFlags & HISTORY_FLAG_AGGREGATE) != 0) { in getHistoricalOpsFromDiskRaw()420 if ((historyFlags & HISTORY_FLAG_AGGREGATE) != 0) { in getHistoricalOps()
5109 public static final int HISTORY_FLAG_AGGREGATE = 1 << 0; field in AppOpsManager5141 public static final int HISTORY_FLAGS_ALL = HISTORY_FLAG_AGGREGATE5147 HISTORY_FLAG_AGGREGATE,5262 mHistoryFlags = HISTORY_FLAG_AGGREGATE; in Builder()6806 if ((historyFlag & HISTORY_FLAG_AGGREGATE) == 0) { in filter()
277 field public static final int HISTORY_FLAG_AGGREGATE = 1; // 0x1
641 field public static final int HISTORY_FLAG_AGGREGATE = 1; // 0x1