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