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

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

Completed in 58 milliseconds