Home | History | Annotate | Download | only in content

Lines Matching defs:syncResult

169                             syncContextClient.onFinished(new SyncResult());
187 syncContextClient.onFinished(SyncResult.ALREADY_IN_PROGRESS);
251 SyncResult syncResult = new SyncResult();
260 mAuthority, provider, syncResult);
262 syncResult.databaseError = true;
271 mSyncContext.onFinished(syncResult);
303 * @param syncResult SyncAdapter-specific parameters
306 String authority, ContentProviderClient provider, SyncResult syncResult);