Home
last modified time | relevance | path

Searched refs:customRingtone (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DCallerInfoCache.java71 public final String customRingtone; field in CallerInfoCache.CacheEntry
73 public CacheEntry(String customRingtone, boolean shouldSendToVoicemail) { in CacheEntry() argument
74 this.customRingtone = customRingtone; in CacheEntry()
80 return "ringtone: " + customRingtone + ", " + sendToVoicemail; in toString()
201 final String customRingtone = cursor.getString(INDEX_CUSTOM_RINGTONE); in refreshCacheEntry() local
207 newNumberToEntry, number, customRingtone, sendToVoicemail); in refreshCacheEntry()
222 newNumberToEntry, key, customRingtone, sendToVoicemail); in refreshCacheEntry()
256 String numberOrSipAddress, String customRingtone, boolean sendToVoicemail) { in putNewEntryWhenAppropriate() argument
263 new CacheEntry(customRingtone, sendToVoicemail)); in putNewEntryWhenAppropriate()
267 new CacheEntry(customRingtone, sendToVoicemail)); in putNewEntryWhenAppropriate()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DRingtoneModel.java170 final CustomRingtone customRingtone = getCustomRingtone(uri); in getRingtoneTitle() local
171 if (customRingtone != null) { in getRingtoneTitle()
172 return customRingtone.getTitle(); in getRingtoneTitle()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContact.java127 String customRingtone, in Contact() argument
149 mCustomRingtone = customRingtone; in Contact()
DContactLoader.java435 final String customRingtone = cursor.getString(ContactQuery.CUSTOM_RINGTONE); in loadContactHeaderData() local
464 customRingtone, in loadContactHeaderData()
/packages/apps/Contacts/src/com/android/contacts/model/
DContact.java144 boolean starred, Integer presence, boolean sendToVoicemail, String customRingtone, in Contact() argument
166 mCustomRingtone = customRingtone; in Contact()
DContactLoader.java599 final String customRingtone = cursor.getString(ContactQuery.CUSTOM_RINGTONE); in loadContactHeaderData() local
613 customRingtone, isUserProfile); in loadContactHeaderData()