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

/frameworks/base/core/java/android/content/
H A DSyncStorageEngine.java241 int historyId; field in class:SyncStorageEngine.SyncHistoryItem
1070 item.historyId = mNextHistoryId++;
1079 id = item.historyId;
1080 if (DEBUG) Log.v(TAG, "returning historyId " + id);
1105 public void stopSyncEvent(long historyId, long elapsedTime, String resultMessage, argument
1109 Log.v(TAG, "stopSyncEvent: historyId=" + historyId);
1116 if (item.historyId == historyId) {
1123 Log.w(TAG, "stopSyncEvent: no history for id " + historyId);
[all...]
/frameworks/base/core/tests/coretests/src/android/content/
H A DSyncStorageEngineTest.java58 long historyId = engine.insertStartSyncEvent(
62 engine.stopSyncEvent(historyId, time1 - time0, "yay", 0, 0);

Completed in 188 milliseconds