Searched refs:ORDER_DESCENDING (Results 1 – 1 of 1) sorted by relevance
818 public static final int ORDER_DESCENDING = 2; field in DownloadManager.Query824 private int mOrderDirection = ORDER_DESCENDING;881 if (direction != ORDER_ASCENDING && direction != ORDER_DESCENDING) { in orderBy()