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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyContactImporter.java457 StructuredName.PHONETIC_GIVEN_NAME + "," +
472 int PHONETIC_GIVEN_NAME = 12; field in interface:LegacyContactImporter.StructuredNameInsert
640 bindString(insert, StructuredNameInsert.PHONETIC_GIVEN_NAME,
H A DContactsDatabaseHelper.java2507 StructuredName.PHONETIC_GIVEN_NAME,
2521 int PHONETIC_GIVEN_NAME = 11; field in interface:ContactsDatabaseHelper.StructName205Query
2569 name.phoneticGivenName = cursor.getString(StructName205Query.PHONETIC_GIVEN_NAME);
4596 public static final int PHONETIC_GIVEN_NAME = 8; // data7 field in interface:ContactsDatabaseHelper.RawContactNameQuery
4653 name.phoneticGivenName = c.getString(RawContactNameQuery.PHONETIC_GIVEN_NAME);

Completed in 16 milliseconds