Searched refs:mOrderDirection (Results 1 – 2 of 2) sorted by relevance
877 private int mOrderDirection = ORDER_DESCENDING; field in DownloadManager.Query947 mOrderDirection = direction; in orderBy()1009 String orderDirection = (mOrderDirection == ORDER_ASCENDING ? "ASC" : "DESC"); in runQuery()
4788 Landroid/app/DownloadManager$Query;->mOrderDirection:I