Searched refs:ORDER_ASCENDING (Results 1 – 1 of 1) sorted by relevance
863 public static final int ORDER_ASCENDING = 1; field in DownloadManager.Query934 if (direction != ORDER_ASCENDING && direction != ORDER_DESCENDING) { in orderBy()1007 String orderDirection = (mOrderDirection == ORDER_ASCENDING ? "ASC" : "DESC"); in runQuery()