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

/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java412 private void setModelIfDone(int queryType) { argument
414 mOutstandingQueries &= ~queryType;
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaWindowAdapter.java242 int queryType; field in class:AgendaWindowAdapter.QuerySpec
245 public QuerySpec(int queryType) { argument
246 this.queryType = queryType;
256 result = prime * result + queryType;
276 || queryType != other.queryType || start != other.start
764 private DayAdapterInfo pruneAdapterInfo(int queryType) { argument
769 if (queryType == QUERY_TYPE_NEWER) {
771 } else if (queryType
857 queueQuery(int start, int end, Time goToTime, String searchQuery, int queryType, long id) argument
[all...]

Completed in 83 milliseconds