Searched refs:EVENT_SYNC_FINISH (Results 1 – 2 of 2) sorted by relevance
3048 if (!mActiveEvents.updateState(HistoryItem.EVENT_SYNC_FINISH, name, uid, 0)) { in noteSyncFinishLocked()3051 addHistoryEventLocked(elapsedRealtime, uptime, HistoryItem.EVENT_SYNC_FINISH, name, uid); in noteSyncFinishLocked()
1301 public static final int EVENT_SYNC_FINISH = EVENT_SYNC | EVENT_FLAG_FINISH; field in BatteryStats.HistoryItem