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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyContactImporter.java749 static int AUX_DATA = 3; field in interface:LegacyContactImporter.ContactMethodsQuery
774 int AUX_DATA = 8; field in interface:LegacyContactImporter.EmailInsert
796 int AUX_DATA = 8; field in interface:LegacyContactImporter.ImInsert
818 int AUX_DATA = 8; field in interface:LegacyContactImporter.PostalInsert
862 bindString(insert, EmailInsert.AUX_DATA, c.getString(ContactMethodsQuery.AUX_DATA));
878 bindString(insert, ImInsert.AUX_DATA, c.getString(ContactMethodsQuery.AUX_DATA));
893 bindString(insert, PostalInsert.AUX_DATA, c.getString(ContactMethodsQuery.AUX_DATA));
[all...]

Completed in 7 milliseconds