Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/
DDatabaseUtils.java403 byte [] arr = getCollationKeyInBytes(name); in getCollationKey()
417 byte[] arr = getCollationKeyInBytes(name); in getHexCollationKey()
453 private static byte[] getCollationKeyInBytes(String name) { in getCollationKeyInBytes() method in DatabaseUtils