Searched refs:ORDER_ASCENDING (Results 1 – 2 of 2) sorted by relevance
865 public static final int ORDER_ASCENDING = 1; field in DownloadManager.Query936 if (direction != ORDER_ASCENDING && direction != ORDER_DESCENDING) { in orderBy()1009 String orderDirection = (mOrderDirection == ORDER_ASCENDING ? "ASC" : "DESC"); in runQuery()
4790 Landroid/app/DownloadManager$Query;->ORDER_ASCENDING:I