Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java642 if (mColl == null) { in getCollationKeyInBytes()
643 mColl = Collator.getInstance(); in getCollationKeyInBytes()
644 mColl.setStrength(Collator.PRIMARY); in getCollationKeyInBytes()
646 return mColl.getCollationKey(name).toByteArray(); in getCollationKeyInBytes()
649 private static Collator mColl = null; field in DatabaseUtils
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt14393 Landroid/database/DatabaseUtils;->mColl:Ljava/text/Collator;