Home | History | Annotate | Download | only in app

Lines Matching refs:orderBy

569          * Constant for use with {@link #orderBy}
575 * Constant for use with {@link #orderBy}
628 public Query orderBy(String column, int direction) {
692 String orderBy = mOrderByColumn + " " + orderDirection;
694 return resolver.query(uri, projection, selection, selectionArgs, orderBy);