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

/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java188 Contacts.CUSTOM_RINGTONE,
270 public static final int CUSTOM_RINGTONE = 60; field in class:ContactLoader.ContactQuery
609 final String customRingtone = cursor.getString(ContactQuery.CUSTOM_RINGTONE);
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContactLoader.java435 final String customRingtone = cursor.getString(ContactQuery.CUSTOM_RINGTONE);
848 public static final int CUSTOM_RINGTONE = 60; field in class:ContactLoader.ContactQuery
915 Contacts.CUSTOM_RINGTONE,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java1269 + RawContacts.CUSTOM_RINGTONE + ","
1305 int CUSTOM_RINGTONE = 7; field in interface:AbstractContactAggregator.RawContactsQuery
1326 + Contacts.CUSTOM_RINGTONE + "=?, "
1342 + Contacts.CUSTOM_RINGTONE + ", "
1357 int CUSTOM_RINGTONE = 5; field in interface:AbstractContactAggregator.ContactReplaceSqlStatement
1443 && !c.isNull(RawContactsQuery.CUSTOM_RINGTONE)) {
1444 contactCustomRingtone = c.getString(RawContactsQuery.CUSTOM_RINGTONE);
1529 DatabaseUtils.bindObjectToProgram(statement, ContactReplaceSqlStatement.CUSTOM_RINGTONE,

Completed in 119 milliseconds