Home
last modified time | relevance | path

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

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