Home
last modified time | relevance | path

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

/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABContactManager.java447 private int mOrderDirection = ORDER_ASCENDING; field in EABContactManager.Query
528 mOrderDirection = direction; in orderBy()
570 String orderDirection = (mOrderDirection == ORDER_ASCENDING ? "ASC" : "DESC"); in runQuery()
622 String orderDirection = (mOrderDirection == ORDER_ASCENDING ? "ASC" : "DESC"); in toString()