Home | History | Annotate | Download | only in calendar

Lines Matching defs:orderBy

1796         String orderBy = CalendarProvider2.SORT_CALENDAR_VIEW;
1842 "search", where, null, orderBy);
1854 "purple", where, null, orderBy);
1866 "puurple", where, null, orderBy);
1878 "purple lasers", where, null, orderBy);
1890 "lasers kapow", where, null, orderBy);
1902 "\"search purple\"", where, null, orderBy);
1914 "\"purple search\"", where, null, orderBy);
1926 "%", where, null, orderBy);
2625 String orderBy = CalendarProvider2.SORT_CALENDAR_VIEW;
2648 where, null, orderBy);
2658 where, null, orderBy);
2680 * @param orderBy How to order the rows as an SQL ORDER BY statement
2684 long end, String selection, String[] selectionArgs, String orderBy) {
2702 orderBy == null ? DEFAULT_SORT_ORDER : orderBy);
2721 * @param orderBy How to order the rows as an SQL ORDER BY statement
2725 long end, String searchQuery, String selection, String[] selectionArgs, String orderBy)
2744 orderBy == null ? DEFAULT_SORT_ORDER : orderBy);