Searched refs:EVENT_JOB_START (Results 1 – 2 of 2) sorted by relevance
4060 if (!mActiveEvents.updateState(HistoryItem.EVENT_JOB_START, name, uid, 0)) { in noteJobStartLocked()4063 addHistoryEventLocked(elapsedRealtime, uptime, HistoryItem.EVENT_JOB_START, name, uid); in noteJobStartLocked()
1804 public static final int EVENT_JOB_START = EVENT_JOB | EVENT_FLAG_START; field in BatteryStats.HistoryItem