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.java877 public static final int PHONETIC_NAME_STYLE = 12; // data11 field
1330 RawContacts.PHONETIC_NAME_STYLE + " TEXT," + in onCreate()
1999 + "name_raw_contact." + RawContacts.PHONETIC_NAME_STYLE in createContactsViews()
2000 + " AS " + Contacts.PHONETIC_NAME_STYLE + ", " in createContactsViews()
2072 + RawContacts.PHONETIC_NAME_STYLE + ", " in createContactsViews()
4650 name.phoneticNameStyle = c.isNull(RawContactNameQuery.PHONETIC_NAME_STYLE) in updateRawContactDisplayName()
4652 : c.getInt(RawContactNameQuery.PHONETIC_NAME_STYLE); in updateRawContactDisplayName()
4788 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.java625 .add(Contacts.PHONETIC_NAME_STYLE)
815 .add(RawContacts.PHONETIC_NAME_STYLE)
927 .add(PhoneLookup.PHONETIC_NAME_STYLE, "contacts_view." + Contacts.PHONETIC_NAME_STYLE)
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java212 Contacts.PHONETIC_NAME_STYLE, in testContactsProjection()
253 Contacts.PHONETIC_NAME_STYLE, in testContactsStrequentProjection()
298 Contacts.PHONETIC_NAME_STYLE, in testContactsStrequentPhoneOnlyProjection()
347 Contacts.PHONETIC_NAME_STYLE, in testContactsWithSnippetProjection()
401 RawContacts.PHONETIC_NAME_STYLE, in testRawContactsProjection()
478 Contacts.PHONETIC_NAME_STYLE, in testDataProjection()
560 Contacts.PHONETIC_NAME_STYLE, in testDistinctDataProjection()
654 Contacts.PHONETIC_NAME_STYLE, in testEntityProjection()
753 PhoneLookup.PHONETIC_NAME_STYLE, in testPhoneLookupProjection()
789 PhoneLookup.PHONETIC_NAME_STYLE, in testPhoneLookupEnterpriseProjection()
[all …]
DContactsDatabaseHelperUpgradeTest.java283 new TableColumn(RawContacts.PHONETIC_NAME_STYLE, TEXT, false, null),