Searched refs:mOrderDirection (Results 1 – 1 of 1) sorted by relevance
447 private int mOrderDirection = ORDER_ASCENDING; field in EABContactManager.Query528 mOrderDirection = direction; in orderBy()570 String orderDirection = (mOrderDirection == ORDER_ASCENDING ? "ASC" : "DESC"); in runQuery()622 String orderDirection = (mOrderDirection == ORDER_ASCENDING ? "ASC" : "DESC"); in toString()