Home
last modified time | relevance | path

Searched refs:mOrderDirection (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DDownloadManager.java890 private int mOrderDirection = ORDER_DESCENDING; field in DownloadManager.Query
960 mOrderDirection = direction; in orderBy()
1022 String orderDirection = (mOrderDirection == ORDER_ASCENDING ? "ASC" : "DESC"); in runQuery()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt4785 Landroid/app/DownloadManager$Query;->mOrderDirection:I