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

/frameworks/base/services/java/com/android/server/content/
H A DSyncManager.java872 * @param syncOperation the SyncOperation to schedule
874 public void scheduleSyncOperation(SyncOperation syncOperation) { argument
877 queueChanged = mSyncQueue.add(syncOperation);
882 Log.v(TAG, "scheduleSyncOperation: enqueued " + syncOperation);
888 + syncOperation);
1030 * @param syncOperation the SyncOperation we are about to sync
1035 public ActiveSyncContext(SyncOperation syncOperation, long historyRowId, argument
1039 mSyncOperation = syncOperation;
1066 .append(", syncOperation ").append(mSyncOperation);
2333 final SyncOperation syncOperation
2726 insertStartSyncEvent(SyncOperation syncOperation) argument
2741 stopSyncEvent(long rowId, SyncOperation syncOperation, String resultMessage, int upstreamActivity, int downstreamActivity, long elapsedTime) argument
[all...]

Completed in 135 milliseconds