HomeSort by relevance Sort by last modified time
    Searched refs:scheduleSync (Results 1 - 4 of 4) sorted by null

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 513 scheduleSync(null /* all accounts */, false, null);
    [all...]
CalendarProvider2.java     [all...]
  /frameworks/base/services/core/java/com/android/server/content/
ContentService.java 327 syncManager.scheduleSync(account, userId, uId, authority, extras,
386 syncManager.scheduleSync(
    [all...]
SyncManager.java 237 scheduleSync(null, UserHandle.USER_ALL, SyncOperation.REASON_ACCOUNTS_UPDATED, null,
383 scheduleSync(info.account, info.userId, reason, info.provider, extras,
388 scheduleSync(info.service, info.userId, reason, extras,
404 scheduleSync(null, UserHandle.USER_ALL,
556 public void scheduleSync(ComponentName cname, int userId, int uid, Bundle extras,
580 Log.d(TAG, "scheduleSync: sync of " + cname + " not allowed, dropping request.");
586 Log.d(TAG, "scheduleSync: " + cname + " is not enabled, dropping request");
652 public void scheduleSync(Account requestedAccount, int userId, int reason,
676 Log.v(TAG, "scheduleSync: no accounts configured, dropping");
    [all...]

Completed in 664 milliseconds