Searched refs:scheduleSync (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSyncManager.java204 scheduleSync(null /* account */, UserHandle.USER_ALL, null /* authority */,
216 scheduleSync(null, UserHandle.USER_ALL, null, null, 0 /* no delay */, false);
356 scheduleSync(account, userId, authority, extras, 0, false);
372 scheduleSync(null, UserHandle.USER_ALL, type.authority, null, 0 /* no delay */,
508 public void scheduleSync(Account requestedAccount, int userId, String requestedAuthority, method in class:SyncManager
531 Log.v(TAG, "scheduleSync: no accounts configured, dropping");
612 Log.d(TAG, "scheduleSync: sync of " + account + ", " + authority
627 Log.v(TAG, "scheduleSync:"
640 Log.v(TAG, "scheduleSync:"
658 scheduleSync(accoun
[all...]
H A DContentService.java310 syncManager.scheduleSync(account, userId, authority, extras, 0 /* no delay */,

Completed in 52 milliseconds