Home | History | Annotate | Download | only in app

Lines Matching defs:orderBy

723          * Constant for use with {@link #orderBy}
729 * Constant for use with {@link #orderBy}
782 public Query orderBy(String column, int direction) {
846 String orderBy = mOrderByColumn + " " + orderDirection;
848 return resolver.query(uri, projection, selection, selectionArgs, orderBy);