Home
last modified time | relevance | path

Searched refs:historyId (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java354 int historyId; field in SyncStorageEngine.SyncHistoryItem
1230 item.historyId = mNextHistoryId++; in insertStartSyncEvent()
1242 id = item.historyId; in insertStartSyncEvent()
1250 public void stopSyncEvent(long historyId, long elapsedTime, String resultMessage, in stopSyncEvent() argument
1255 Slog.v(TAG, "stopSyncEvent: historyId=" + historyId); in stopSyncEvent()
1262 if (item.historyId == historyId) { in stopSyncEvent()
1269 Slog.w(TAG, "stopSyncEvent: no history for id " + historyId); in stopSyncEvent()