Home | History | Annotate | Download | only in quicksearchbox

Lines Matching refs:orderBy

169         String orderBy = preferLatest + " DESC, " + ordering_expr + " DESC";
171 false, TABLES, SHORTCUT_QUERY_COLUMNS, where, GROUP_BY, having, orderBy, null);
176 orderBy = preferLatest + " DESC, " + ordering_expr + " DESC";
178 false, TABLES, SHORTCUT_QUERY_COLUMNS, where, GROUP_BY, having, orderBy, null);
193 final String orderBy = orderingExpr + " DESC";
196 false, tables, columns, where, groupBy, having, orderBy, limit);