Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java813 private interface RawContactNameQuery { interface in ContactsDatabaseHelper
4625 Cursor c = db.rawQuery(RawContactNameQuery.RAW_SQL, mSelectionArgs1); in updateRawContactDisplayName()
4628 int mimeType = c.getInt(RawContactNameQuery.MIMETYPE); in updateRawContactDisplayName()
4635 final String suffix = c.getString(RawContactNameQuery.SUFFIX); in updateRawContactDisplayName()
4636 final String prefix = c.getString(RawContactNameQuery.PREFIX); in updateRawContactDisplayName()
4651 && c.getInt(RawContactNameQuery.IS_PRIMARY) == 0) { in updateRawContactDisplayName()
4663 name.prefix = c.getString(RawContactNameQuery.PREFIX); in updateRawContactDisplayName()
4667 name.suffix = c.getString(RawContactNameQuery.SUFFIX); in updateRawContactDisplayName()
4670 : c.getInt(RawContactNameQuery.FULL_NAME_STYLE); in updateRawContactDisplayName()
4676 : c.getInt(RawContactNameQuery.PHONETIC_NAME_STYLE); in updateRawContactDisplayName()
[all …]