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

/frameworks/base/core/java/android/content/
H A DSyncManager.java189 scheduleSync(null /* account */, null /* authority */, new Bundle(), 0 /* delay */,
241 scheduleSync(null, null, null, 0 /* no delay */, onlyThoseWithUnkownSyncableState);
312 scheduleSync(null, type.authority, null, 0 /* no delay */,
510 public void scheduleSync(Account requestedAccount, String requestedAuthority, method in class:SyncManager
533 Log.v(TAG, "scheduleSync: no accounts configured, dropping");
612 Log.d(TAG, "scheduleSync: sync of " + account + ", " + authority
625 Log.v(TAG, "scheduleSync:"
639 Log.v(TAG, "scheduleSync:"
658 scheduleSync(account, authority, extras, LOCAL_SYNC_DELAY,

Completed in 53 milliseconds