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

  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 93 private static final int TOKEN_CALENDARS = 1 << 3;
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,
    [all...]
CreateEventDialogFragment.java 58 private static final int TOKEN_CALENDARS = 1 << 3;
201 mService.startQuery(TOKEN_CALENDARS, null, Calendars.CONTENT_URI,

Completed in 165 milliseconds