Searched defs:DEFAULT_SORT_ORDER (Results 1 – 5 of 5) sorted by relevance
48 private static final String DEFAULT_SORT_ORDER = field in Alarm
256 private val DEFAULT_SORT_ORDER = ClockDatabaseHelper.ALARMS_TABLE_NAME + "." + constant
395 Calls.DEFAULT_SORT_ORDER)) { in query()
311 String DEFAULT_SORT_ORDER = "begin ASC"; in instancesQuery() local
94 private static final String DEFAULT_SORT_ORDER = "begin ASC"; field in CalendarProvider2Test