Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandlerForStructuredName.java148 update.put(StructuredName.PHONETIC_NAME_STYLE, name.phoneticNameStyle); in fixStructuredNameComponents()
154 if (!update.containsKey(StructuredName.PHONETIC_NAME_STYLE)) { in fixStructuredNameComponents()
159 update.put(StructuredName.PHONETIC_NAME_STYLE, name.phoneticNameStyle); in fixStructuredNameComponents()
211 int phoneticNameStyle = builder.getInt(StructuredName.PHONETIC_NAME_STYLE); in appendSearchableData()
DContactsDatabaseHelper.java879 public static final int PHONETIC_NAME_STYLE = 12; // data11 field
1317 RawContacts.PHONETIC_NAME_STYLE + " TEXT," + in onCreate()
1986 + "name_raw_contact." + RawContacts.PHONETIC_NAME_STYLE in createContactsViews()
1987 + " AS " + Contacts.PHONETIC_NAME_STYLE + ", " in createContactsViews()
2061 + RawContacts.PHONETIC_NAME_STYLE + ", " in createContactsViews()
4637 name.phoneticNameStyle = c.isNull(RawContactNameQuery.PHONETIC_NAME_STYLE) in updateRawContactDisplayName()
4639 : c.getInt(RawContactNameQuery.PHONETIC_NAME_STYLE); in updateRawContactDisplayName()
4775 RawContacts.PHONETIC_NAME_STYLE + "=?," + in updateRawContactDisplayName()
DNameSplitter.java167 integer = values.getAsInteger(StructuredName.PHONETIC_NAME_STYLE); in fromValues()
181 values.put(StructuredName.PHONETIC_NAME_STYLE, phoneticNameStyle); in toValues()
DContactsProvider2.java683 .add(Contacts.PHONETIC_NAME_STYLE)
875 .add(RawContacts.PHONETIC_NAME_STYLE)
987 .add(PhoneLookup.PHONETIC_NAME_STYLE, "contacts_view." + Contacts.PHONETIC_NAME_STYLE)
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java187 Contacts.PHONETIC_NAME_STYLE, in testContactsProjection()
228 Contacts.PHONETIC_NAME_STYLE, in testContactsStrequentProjection()
273 Contacts.PHONETIC_NAME_STYLE, in testContactsStrequentPhoneOnlyProjection()
322 Contacts.PHONETIC_NAME_STYLE, in testContactsWithSnippetProjection()
376 RawContacts.PHONETIC_NAME_STYLE, in testRawContactsProjection()
451 Contacts.PHONETIC_NAME_STYLE, in testDataProjection()
531 Contacts.PHONETIC_NAME_STYLE, in testDistinctDataProjection()
623 Contacts.PHONETIC_NAME_STYLE, in testEntityProjection()
720 PhoneLookup.PHONETIC_NAME_STYLE, in testPhoneLookupProjection()
754 PhoneLookup.PHONETIC_NAME_STYLE, in testPhoneLookupEnterpriseProjection()
[all …]
DContactsDatabaseHelperUpgradeTest.java292 new TableColumn(RawContacts.PHONETIC_NAME_STYLE, TEXT, false, null),