Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DEventInfoFragment.java174 private static final int TOKEN_QUERY_VISIBLE_CALENDARS = 1 << 5; field in EventInfoFragment
179 | TOKEN_QUERY_REMINDERS | TOKEN_QUERY_VISIBLE_CALENDARS | TOKEN_QUERY_COLORS;
577 case TOKEN_QUERY_VISIBLE_CALENDARS: in onQueryComplete()
1755 mHandler.startQuery(TOKEN_QUERY_VISIBLE_CALENDARS, null, Calendars.CONTENT_URI, in updateCalendar()