Searched refs:historyId (Results 1 – 1 of 1) sorted by relevance
343 int historyId; field in SyncStorageEngine.SyncHistoryItem1156 item.historyId = mNextHistoryId++; in insertStartSyncEvent()1168 id = item.historyId; in insertStartSyncEvent()1176 public void stopSyncEvent(long historyId, long elapsedTime, String resultMessage, in stopSyncEvent() argument1180 Slog.v(TAG, "stopSyncEvent: historyId=" + historyId); in stopSyncEvent()1187 if (item.historyId == historyId) { in stopSyncEvent()1194 Slog.w(TAG, "stopSyncEvent: no history for id " + historyId); in stopSyncEvent()