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

/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaWindowAdapter.java232 private static final int QUERY_TYPE_OLDER = 0; // Query for older events field in class:AgendaWindowAdapter
463 queueQuery(new QuerySpec(QUERY_TYPE_OLDER));
750 queueQuery(0, 0, goToTime, searchQuery, QUERY_TYPE_OLDER, id);
771 } else if (queryType == QUERY_TYPE_OLDER) {
889 case QUERY_TYPE_OLDER:
1097 queueQuery(new QuerySpec(QUERY_TYPE_OLDER));
1120 } else if (data.queryType == QUERY_TYPE_OLDER) {
1152 case QUERY_TYPE_OLDER:

Completed in 65 milliseconds