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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactLoader.java560 Contacts.CUSTOM_RINGTONE,
632 public final static int CUSTOM_RINGTONE = 63; field in class:ContactLoader.ContactQuery
860 final String customRingtone = cursor.getString(ContactQuery.CUSTOM_RINGTONE);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactAggregator.java1547 + RawContacts.CUSTOM_RINGTONE + ","
1579 int CUSTOM_RINGTONE = 7; field in interface:ContactAggregator.RawContactsQuery
1599 + Contacts.CUSTOM_RINGTONE + "=?, "
1613 + Contacts.CUSTOM_RINGTONE + ", "
1625 int CUSTOM_RINGTONE = 5; field in interface:ContactAggregator.ContactReplaceSqlStatement
1708 && !c.isNull(RawContactsQuery.CUSTOM_RINGTONE)) {
1709 contactCustomRingtone = c.getString(RawContactsQuery.CUSTOM_RINGTONE);
1783 DatabaseUtils.bindObjectToProgram(statement, ContactReplaceSqlStatement.CUSTOM_RINGTONE,
H A DLegacyContactImporter.java377 static int CUSTOM_RINGTONE = 9; field in interface:LegacyContactImporter.PeopleQuery
394 RawContacts.CUSTOM_RINGTONE + "," +
410 int CUSTOM_RINGTONE = 3; field in interface:LegacyContactImporter.RawContactsInsert
427 Contacts.CUSTOM_RINGTONE + "," +
436 int CUSTOM_RINGTONE = 2; field in interface:LegacyContactImporter.ContactsInsert
539 bindString(insert, RawContactsInsert.CUSTOM_RINGTONE,
540 c.getString(PeopleQuery.CUSTOM_RINGTONE));
575 bindString(insert, ContactsInsert.CUSTOM_RINGTONE,
576 c.getString(PeopleQuery.CUSTOM_RINGTONE));

Completed in 88 milliseconds