Searched defs:syncOperation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSyncManager.java800 * @param syncOperation the SyncOperation to schedule
802 public void scheduleSyncOperation(SyncOperation syncOperation) { argument
805 queueChanged = mSyncQueue.add(syncOperation);
810 Log.v(TAG, "scheduleSyncOperation: enqueued " + syncOperation);
816 + syncOperation);
915 * @param syncOperation the SyncOperation we are about to sync
920 public ActiveSyncContext(SyncOperation syncOperation, long historyRowId, argument
924 mSyncOperation = syncOperation;
951 .append(", syncOperation ").append(mSyncOperation);
2053 final SyncOperation syncOperation
2434 insertStartSyncEvent(SyncOperation syncOperation) argument
2446 stopSyncEvent(long rowId, SyncOperation syncOperation, String resultMessage, int upstreamActivity, int downstreamActivity, long elapsedTime) argument
[all...]

Completed in 63 milliseconds