Searched refs:ORDER_DESCENDING (Results 1 – 1 of 1) sorted by relevance
441 public static final int ORDER_DESCENDING = 2; field in EABContactManager.Query517 if (direction != ORDER_ASCENDING && direction != ORDER_DESCENDING) { in orderBy()