Searched refs:mOrderDirection (Results 1 – 1 of 1) sorted by relevance
779 private int mOrderDirection = ORDER_DESCENDING; field in DownloadManager.Query836 mOrderDirection = direction; in orderBy()887 String orderDirection = (mOrderDirection == ORDER_ASCENDING ? "ASC" : "DESC"); in runQuery()