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

/frameworks/base/core/java/android/content/
H A DAbstractThreadedSyncAdapter.java264 SyncResult syncResult = new SyncResult();
273 mAuthority, provider, syncResult);
275 syncResult.databaseError = true;
279 mAuthority, syncResult);
280 syncResult.databaseError = true;
288 mSyncContext.onFinished(syncResult);
320 * @param syncResult SyncAdapter-specific parameters
323 String authority, ContentProviderClient provider, SyncResult syncResult);
333 * @param syncResult SyncAdapter-specific parameters
336 String authority, SyncResult syncResult) {
322 onPerformSync(Account account, Bundle extras, String authority, ContentProviderClient provider, SyncResult syncResult) argument
335 onSecurityException(Account account, Bundle extras, String authority, SyncResult syncResult) argument
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java985 SyncResult syncResult) {
989 msg.obj = new SyncFinishedOrCancelledMessagePayload(syncContext, syncResult);
1040 public final SyncResult syncResult; field in class:SyncManager.SyncFinishedOrCancelledMessagePayload
1043 SyncResult syncResult) {
1045 this.syncResult = syncResult;
1345 private void maybeRescheduleSync(SyncResult syncResult, SyncOperation operation) { argument
1348 Log.d(TAG, "encountered error(s) during the sync: " + syncResult + ", " + operation);
1359 && !syncResult.syncAlreadyInProgress) {
1368 && !syncResult
984 sendSyncFinishedOrCanceledMessage(ActiveSyncContext syncContext, SyncResult syncResult) argument
1042 SyncFinishedOrCancelledMessagePayload(ActiveSyncContext syncContext, SyncResult syncResult) argument
2881 runSyncFinishedOrCanceledH(SyncResult syncResult, ActiveSyncContext activeSyncContext) argument
3002 syncResultToErrorNumber(SyncResult syncResult) argument
[all...]

Completed in 61 milliseconds