Searched refs:TOKEN_CALENDARS (Results 1 – 2 of 2) sorted by relevance
93 private static final int TOKEN_CALENDARS = 1 << 3; field in EditEventFragment97 | 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()
58 private static final int TOKEN_CALENDARS = 1 << 3; field in CreateEventDialogFragment201 mService.startQuery(TOKEN_CALENDARS, null, Calendars.CONTENT_URI, in onActivityCreated()