Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventFragment.java105 private int mOutstandingQueries = TOKEN_UNITIALIZED; field in EditEventFragment
414 mOutstandingQueries &= ~queryType; in setModelIfDone()
415 if (mOutstandingQueries == 0) { in setModelIfDone()
512 mOutstandingQueries = TOKEN_ALL; in startQuery()
519 mOutstandingQueries = TOKEN_CALENDARS | TOKEN_COLORS; in startQuery()