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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContactLoader.java182 Contacts.CUSTOM_RINGTONE,
254 public static final int CUSTOM_RINGTONE = 60; field in class:ContactLoader.ContactQuery
640 final String customRingtone = cursor.getString(ContactQuery.CUSTOM_RINGTONE);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java1254 + RawContacts.CUSTOM_RINGTONE + ","
1290 int CUSTOM_RINGTONE = 7; field in interface:AbstractContactAggregator.RawContactsQuery
1311 + Contacts.CUSTOM_RINGTONE + "=?, "
1327 + Contacts.CUSTOM_RINGTONE + ", "
1342 int CUSTOM_RINGTONE = 5; field in interface:AbstractContactAggregator.ContactReplaceSqlStatement
1428 && !c.isNull(RawContactsQuery.CUSTOM_RINGTONE)) {
1429 contactCustomRingtone = c.getString(RawContactsQuery.CUSTOM_RINGTONE);
1514 DatabaseUtils.bindObjectToProgram(statement, ContactReplaceSqlStatement.CUSTOM_RINGTONE,

Completed in 143 milliseconds