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

/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DCalendarInteractionsLoader.java62 Cursor cursor = getSharedEventsCursor(/* isFuture= */ true, mMaxFutureToRetrieve);
64 cursor = getSharedEventsCursor(/* isFuture= */ false, mMaxPastToRetrieve);
79 private Cursor getSharedEventsCursor(boolean isFuture, int limit) { argument
91 String timeOperator = isFuture ? " > " : " < ";
99 String orderBy = CalendarContract.Attendees.DTSTART + (isFuture ? " ASC " : " DESC ");

Completed in 53 milliseconds