Home | History | Annotate | Download | only in content

Lines Matching defs:requestSync

712             requestSync(account, userId, SyncOperation.REASON_SYNC_AUTO, providerName,
779 requestSync(aInfo, SyncOperation.REASON_IS_SYNCABLE, new Bundle(),
954 requestSync(null, userId, SyncOperation.REASON_MASTER_SYNC_AUTO, null,
2213 private void requestSync(AuthorityInfo authorityInfo, int reason, Bundle extras,
2225 ContentResolver.requestSync(req.build());
2229 private void requestSync(Account account, int userId, int reason, String authority,
2241 ContentResolver.requestSync(account, authority, extras);