Searched defs:sortKeyAlternative (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java2601 String sortKeyAlternative = null;
2604 sortKey = sortKeyAlternative = phoneticName;
2607 sortKey = sortKeyAlternative = ContactLocaleUtils.getIntance()
2613 sortKeyAlternative = displayNameAlternative;
2618 sortKeyAlternative);
2690 String phoneticName, String sortKeyPrimary, String sortKeyAlternative) {
2696 bindString(rawContactUpdate, 6, sortKeyAlternative);
4691 String sortKeyAlternative = null;
4721 sortKeyPrimary = sortKeyAlternative = bestPhoneticName;
4737 sortKeyPrimary = sortKeyAlternative
2688 updateRawContact205(SQLiteStatement rawContactUpdate, long rawContactId, String displayName, String displayNameAlternative, int phoneticNameStyle, String phoneticName, String sortKeyPrimary, String sortKeyAlternative) argument
[all...]

Completed in 60 milliseconds