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