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

/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DSyncStorageEngineTest.java102 long historyId = engine.insertStartSyncEvent(op, time0);
104 engine.stopSyncEvent(historyId, time1 - time0, "yay", 0, 0);
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java312 int historyId; field in class:SyncStorageEngine.SyncHistoryItem
1031 item.historyId = mNextHistoryId++;
1042 id = item.historyId;
1043 if (Log.isLoggable(TAG, Log.VERBOSE)) Slog.v(TAG, "returning historyId " + id);
1050 public void stopSyncEvent(long historyId, long elapsedTime, String resultMessage, argument
1054 Slog.v(TAG, "stopSyncEvent: historyId=" + historyId);
1061 if (item.historyId == historyId) {
1068 Slog.w(TAG, "stopSyncEvent: no history for id " + historyId);
[all...]

Completed in 100 milliseconds