Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DDownloadManager.java836 private int mOrderDirection = ORDER_DESCENDING; field in DownloadManager.Query
893 mOrderDirection = direction; in orderBy()
944 String orderDirection = (mOrderDirection == ORDER_ASCENDING ? "ASC" : "DESC"); in runQuery()