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