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

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

Completed in 74 milliseconds