Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventFragment.java93 private static final int TOKEN_CALENDARS = 1 << 3; field in EditEventFragment
97 | TOKEN_CALENDARS | TOKEN_COLORS;
245 mHandler.startQuery(TOKEN_CALENDARS, null, Calendars.CONTENT_URI, in onQueryComplete()
327 case TOKEN_CALENDARS: in onQueryComplete()
346 setModelIfDone(TOKEN_CALENDARS); in onQueryComplete()
519 mOutstandingQueries = TOKEN_CALENDARS | TOKEN_COLORS; in startQuery()
531 mHandler.startQuery(TOKEN_CALENDARS, null, Calendars.CONTENT_URI, in startQuery()
DCreateEventDialogFragment.java58 private static final int TOKEN_CALENDARS = 1 << 3; field in CreateEventDialogFragment
201 mService.startQuery(TOKEN_CALENDARS, null, Calendars.CONTENT_URI, in onActivityCreated()