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

/frameworks/base/core/java/android/app/
H A DDownloadManager.java768 public static final int ORDER_ASCENDING = 1; field in class:DownloadManager.Query
820 * @param direction either {@link #ORDER_ASCENDING} or {@link #ORDER_DESCENDING}
825 if (direction != ORDER_ASCENDING && direction != ORDER_DESCENDING) {
887 String orderDirection = (mOrderDirection == ORDER_ASCENDING ? "ASC" : "DESC");

Completed in 34 milliseconds