Searched defs:EVENT_TOP (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBatteryStats.java700 public static final int EVENT_TOP = 0x0003; field in class:BatteryStats.HistoryItem
723 public static final int EVENT_TOP_START = EVENT_TOP | EVENT_FLAG_START;
724 public static final int EVENT_TOP_FINISH = EVENT_TOP | EVENT_FLAG_FINISH;

Completed in 16 milliseconds