Searched refs:EVENT_PROC_FINISH (Results 1 – 2 of 2) sorted by relevance
4022 if (!mActiveEvents.updateState(HistoryItem.EVENT_PROC_FINISH, name, uid, 0)) { in noteProcessFinishLocked()4030 addHistoryEventLocked(elapsedRealtime, uptime, HistoryItem.EVENT_PROC_FINISH, name, uid); in noteProcessFinishLocked()4184 HistoryItem.EVENT_PROC_FINISH, ent.getKey(), uids.keyAt(j)); in setRecordAllHistoryLocked()
1795 public static final int EVENT_PROC_FINISH = EVENT_PROC | EVENT_FLAG_FINISH; field in BatteryStats.HistoryItem