Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaWindowAdapter.java242 int queryType; field in AgendaWindowAdapter.QuerySpec
245 public QuerySpec(int queryType) { in QuerySpec() argument
246 this.queryType = queryType; in QuerySpec()
256 result = prime * result + queryType; in hashCode()
276 || queryType != other.queryType || start != other.start in equals()
764 private DayAdapterInfo pruneAdapterInfo(int queryType) { in pruneAdapterInfo() argument
769 if (queryType == QUERY_TYPE_NEWER) { in pruneAdapterInfo()
771 } else if (queryType == QUERY_TYPE_OLDER) { in pruneAdapterInfo()
784 if (mRowCount == 0 || queryType == QUERY_TYPE_CLEAN) { in pruneAdapterInfo()
858 String searchQuery, int queryType, long id) { in queueQuery() argument
[all …]
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventFragment.java412 private void setModelIfDone(int queryType) { in setModelIfDone() argument
414 mOutstandingQueries &= ~queryType; in setModelIfDone()