Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DContentResolver.java3124 int collation = queryArgs.getInt( in createSqlSortClause() local
3126 if (collation == java.text.Collator.PRIMARY || collation == java.text.Collator.SECONDARY) { in createSqlSortClause()
/frameworks/base/api/
Dcurrent.txt9273 …public static final java.lang.String QUERY_ARG_SORT_COLLATION = "android:query-arg-sort-collation";