Home | History | Annotate | Download | only in app

Lines Matching defs:orderBy

807          * Constant for use with {@link #orderBy}
813 * Constant for use with {@link #orderBy}
878 public Query orderBy(String column, int direction) {
953 String orderBy = mOrderByColumn + " " + orderDirection;
955 return resolver.query(uri, projection, selection, selectionArgs, orderBy);