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

/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaWindowAdapter.java234 private static final int QUERY_TYPE_CLEAN = 2; // Delete everything and query around a date field in class:AgendaWindowAdapter
744 queueQuery(startDay, endDay, goToTime, searchQuery, QUERY_TYPE_CLEAN, id);
758 pruneAdapterInfo(QUERY_TYPE_CLEAN);
784 if (mRowCount == 0 || queryType == QUERY_TYPE_CLEAN) {
901 if (mRowCount < 20 && queryData.queryType != QUERY_TYPE_CLEAN) {
910 queryData.queryType = QUERY_TYPE_CLEAN;
984 if (data.queryType == QUERY_TYPE_CLEAN) {
995 if (cursorSize > 0 || mAdapterInfos.isEmpty() || data.queryType == QUERY_TYPE_CLEAN) {
1031 data.queryType == QUERY_TYPE_CLEAN) {
1056 if (mShowEventOnStart && data.queryType == QUERY_TYPE_CLEAN) {
[all...]

Completed in 60 milliseconds