Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/
DDatabaseUtils.java655 if (mColl == null) { in getCollationKeyInBytes()
656 mColl = Collator.getInstance(); in getCollationKeyInBytes()
657 mColl.setStrength(Collator.PRIMARY); in getCollationKeyInBytes()
659 return mColl.getCollationKey(name).toByteArray(); in getCollationKeyInBytes()
662 private static Collator mColl = null; field in DatabaseUtils
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt14393 Landroid/database/DatabaseUtils;->mColl:Ljava/text/Collator;