Home
last modified time | relevance | path

Searched refs:EVENT_FLAG_FINISH (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DBatteryStats.java1732 public static final int EVENT_FLAG_FINISH = 0x4000; field in BatteryStats.HistoryItem
1782 public static final int EVENT_TYPE_MASK = ~(EVENT_FLAG_START|EVENT_FLAG_FINISH);
1785 public static final int EVENT_PROC_FINISH = EVENT_PROC | EVENT_FLAG_FINISH;
1787 public static final int EVENT_FOREGROUND_FINISH = EVENT_FOREGROUND | EVENT_FLAG_FINISH;
1789 public static final int EVENT_TOP_FINISH = EVENT_TOP | EVENT_FLAG_FINISH;
1791 public static final int EVENT_SYNC_FINISH = EVENT_SYNC | EVENT_FLAG_FINISH;
1793 public static final int EVENT_WAKE_LOCK_FINISH = EVENT_WAKE_LOCK | EVENT_FLAG_FINISH;
1795 public static final int EVENT_JOB_FINISH = EVENT_JOB | EVENT_FLAG_FINISH;
1797 public static final int EVENT_USER_RUNNING_FINISH = EVENT_USER_RUNNING | EVENT_FLAG_FINISH;
1801 EVENT_USER_FOREGROUND | EVENT_FLAG_FINISH;
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt48668 Landroid/os/BatteryStats$HistoryItem;->EVENT_FLAG_FINISH:I