Home | History | Annotate | Download | only in app

Lines Matching refs:ORDER_DESCENDING

578         public static final int ORDER_DESCENDING = 2;
583 private int mOrderDirection = ORDER_DESCENDING;
624 * @param direction either {@link #ORDER_ASCENDING} or {@link #ORDER_DESCENDING}
629 if (direction != ORDER_ASCENDING && direction != ORDER_DESCENDING) {