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

/frameworks/base/core/java/android/content/
H A DAbstractThreadedSyncAdapter.java319 SyncResult syncResult = new SyncResult();
335 mAuthority, provider, syncResult);
337 syncResult.databaseError = true;
349 mAuthority, syncResult);
350 syncResult.databaseError = true;
363 mSyncContext.onFinished(syncResult);
447 * @param syncResult SyncAdapter-specific parameters
450 String authority, ContentProviderClient provider, SyncResult syncResult);
460 * @param syncResult SyncAdapter-specific parameters
463 String authority, SyncResult syncResult) {
449 onPerformSync(Account account, Bundle extras, String authority, ContentProviderClient provider, SyncResult syncResult) argument
462 onSecurityException(Account account, Bundle extras, String authority, SyncResult syncResult) argument
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java1284 SyncResult syncResult) {
1288 msg.obj = new SyncFinishedOrCancelledMessagePayload(syncContext, syncResult);
1344 public final SyncResult syncResult; field in class:SyncManager.SyncFinishedOrCancelledMessagePayload
1347 SyncResult syncResult) {
1349 this.syncResult = syncResult;
1722 private void maybeRescheduleSync(SyncResult syncResult, SyncOperation operation) { argument
1725 Log.d(TAG, "encountered error(s) during the sync: " + syncResult + ", " + operation);
1736 && !syncResult.syncAlreadyInProgress) {
1745 && !syncResult
1283 sendSyncFinishedOrCanceledMessage(ActiveSyncContext syncContext, SyncResult syncResult) argument
1346 SyncFinishedOrCancelledMessagePayload(ActiveSyncContext syncContext, SyncResult syncResult) argument
3691 runSyncFinishedOrCanceledH(SyncResult syncResult, ActiveSyncContext activeSyncContext) argument
3839 syncResultToErrorNumber(SyncResult syncResult) argument
[all...]

Completed in 76 milliseconds