Home
last modified time | relevance | path

Searched refs:RefreshCalendars (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DSelectSyncedCalendarsMultiAccountAdapter.java408 new RefreshCalendars(groupCursor.getPosition(), account, accountType).run(); in getChildrenCursor()
437 private class RefreshCalendars implements Runnable { class in SelectSyncedCalendarsMultiAccountAdapter
443 public RefreshCalendars(int token, String account, String accountType) { in RefreshCalendars() method in SelectSyncedCalendarsMultiAccountAdapter.RefreshCalendars
454 mView.postDelayed(new RefreshCalendars(mToken, mAccount, mAccountType), in run()