Home | History | Annotate | Download | only in content

Lines Matching refs:syncResult

166                         syncContextClient.onFinished(new SyncResult());
183 syncContextClient.onFinished(SyncResult.ALREADY_IN_PROGRESS);
246 SyncResult syncResult = new SyncResult();
255 mAuthority, provider, syncResult);
257 syncResult.databaseError = true;
266 mSyncContext.onFinished(syncResult);
298 * @param syncResult SyncAdapter-specific parameters
301 String authority, ContentProviderClient provider, SyncResult syncResult);