Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventFragment.java94 private static final int TOKEN_COLORS = 1 << 4; field in EditEventFragment
97 | TOKEN_CALENDARS | TOKEN_COLORS;
250 mHandler.startQuery(TOKEN_COLORS, null, Colors.CONTENT_URI, in onQueryComplete()
348 case TOKEN_COLORS: in onQueryComplete()
382 setModelIfDone(TOKEN_COLORS); in onQueryComplete()
519 mOutstandingQueries = TOKEN_CALENDARS | TOKEN_COLORS; in startQuery()
536 mHandler.startQuery(TOKEN_COLORS, null, Colors.CONTENT_URI, in startQuery()