Searched defs:mOrderDirection (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DDownloadManager.java779 private int mOrderDirection = ORDER_DESCENDING; field in class:DownloadManager.Query
836 mOrderDirection = direction;
887 String orderDirection = (mOrderDirection == ORDER_ASCENDING ? "ASC" : "DESC");

Completed in 23 milliseconds