Searched refs:ORDER_DESCENDING (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DDownloadManager.java816 public static final int ORDER_DESCENDING = 2; field in class:DownloadManager.Query
822 private int mOrderDirection = ORDER_DESCENDING;
874 * @param direction either {@link #ORDER_ASCENDING} or {@link #ORDER_DESCENDING}
879 if (direction != ORDER_ASCENDING && direction != ORDER_DESCENDING) {

Completed in 28 milliseconds