Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DHistoricalRegistry.java22 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()
/frameworks/base/core/java/android/app/
DAppOpsManager.java5109 public static final int HISTORY_FLAG_AGGREGATE = 1 << 0; field in AppOpsManager
5141 public static final int HISTORY_FLAGS_ALL = HISTORY_FLAG_AGGREGATE
5147 HISTORY_FLAG_AGGREGATE,
5262 mHistoryFlags = HISTORY_FLAG_AGGREGATE; in Builder()
6806 if ((historyFlag & HISTORY_FLAG_AGGREGATE) == 0) { in filter()
/frameworks/base/core/api/
Dtest-current.txt277 field public static final int HISTORY_FLAG_AGGREGATE = 1; // 0x1
Dsystem-current.txt641 field public static final int HISTORY_FLAG_AGGREGATE = 1; // 0x1