Searched refs:queryType (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaWindowAdapter.java225 int queryType; field in class:AgendaWindowAdapter.QuerySpec
228 public QuerySpec(int queryType) { argument
229 this.queryType = queryType;
239 result = prime * result + queryType;
259 || queryType != other.queryType || start != other.start
717 private DayAdapterInfo pruneAdapterInfo(int queryType) { argument
722 if (queryType == QUERY_TYPE_NEWER) {
724 } else if (queryType
810 queueQuery(int start, int end, Time goToTime, String searchQuery, int queryType, long id) argument
[all...]
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java317 private void setModelIfDone(int queryType) { argument
319 mOutstandingQueries &= ~queryType;

Completed in 43 milliseconds