Searched refs:customRingtone (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
D | CallerInfoCache.java | 75 public final String customRingtone; field in CallerInfoCache.CacheEntry 77 public CacheEntry(String customRingtone, boolean shouldSendToVoicemail) { in CacheEntry() argument 78 this.customRingtone = customRingtone; in CacheEntry() 84 return "ringtone: " + customRingtone + ", " + sendToVoicemail; in toString() 205 final String customRingtone = cursor.getString(INDEX_CUSTOM_RINGTONE); in refreshCacheEntry() local 211 newNumberToEntry, number, customRingtone, sendToVoicemail); in refreshCacheEntry() 226 newNumberToEntry, key, customRingtone, sendToVoicemail); in refreshCacheEntry() 260 String numberOrSipAddress, String customRingtone, boolean sendToVoicemail) { in putNewEntryWhenAppropriate() argument 267 new CacheEntry(customRingtone, sendToVoicemail)); in putNewEntryWhenAppropriate() 271 new CacheEntry(customRingtone, sendToVoicemail)); in putNewEntryWhenAppropriate()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | Contact.java | 146 boolean starred, Integer presence, boolean sendToVoicemail, String customRingtone, in Contact() argument 169 mCustomRingtone = customRingtone; in Contact()
|
D | ContactLoader.java | 640 final String customRingtone = cursor.getString(ContactQuery.CUSTOM_RINGTONE); in loadContactHeaderData() local 654 customRingtone, isUserProfile); in loadContactHeaderData()
|