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

/frameworks/base/core/java/android/content/
H A DSyncQueue.java50 SyncOperation syncOperation = new SyncOperation(
52 syncOperation.expedited = op.expedited;
53 syncOperation.pendingOperation = op;
54 add(syncOperation, op);
252 SyncOperation syncOperation = entry.getValue();
253 if (account != null && !syncOperation.account.equals(account)) {
256 if (authority != null && !syncOperation.authority.equals(authority)) {
260 if (!mSyncStorageEngine.deleteFromPending(syncOperation.pendingOperation)) {
261 final String errorMessage = "unable to find pending row for " + syncOperation;
H A DSyncManager.java763 * @param syncOperation the SyncOperation to schedule
765 public void scheduleSyncOperation(SyncOperation syncOperation) { argument
769 if (syncOperation.expedited && activeSyncContext != null) {
771 activeSyncContext.mSyncOperation.key.equals(syncOperation.key);
784 queueChanged = mSyncQueue.add(syncOperation);
789 Log.v(TAG, "scheduleSyncOperation: enqueued " + syncOperation);
795 + syncOperation);
882 public ActiveSyncContext(SyncOperation syncOperation, argument
885 mSyncOperation = syncOperation;
907 .append(", syncOperation ")
2089 insertStartSyncEvent(SyncOperation syncOperation) argument
2101 stopSyncEvent(long rowId, SyncOperation syncOperation, String resultMessage, int upstreamActivity, int downstreamActivity, long elapsedTime) argument
[all...]

Completed in 66 milliseconds