Home
last modified time | relevance | path

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

/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABContactManager.java435 public static final int ORDER_ASCENDING = 1; field in EABContactManager.Query
447 private int mOrderDirection = ORDER_ASCENDING;
517 if (direction != ORDER_ASCENDING && direction != ORDER_DESCENDING) { in orderBy()
570 String orderDirection = (mOrderDirection == ORDER_ASCENDING ? "ASC" : "DESC"); in runQuery()
622 String orderDirection = (mOrderDirection == ORDER_ASCENDING ? "ASC" : "DESC"); in toString()
687 .orderBy(COLUMN_ID, Query.ORDER_ASCENDING); in update()
DCapabilityPolling.java480 EABContactManager.Query.ORDER_ASCENDING); in doCapabilityDiscovery()
579 EABContactManager.Query.ORDER_ASCENDING); in updateObsoleteItems()