Searched refs:customRingtone (Results 1 – 6 of 6) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
D | CallerInfoCache.java | 71 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/ |
D | RingtoneModel.java | 170 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/ |
D | Contact.java | 127 String customRingtone, in Contact() argument 149 mCustomRingtone = customRingtone; in Contact()
|
D | ContactLoader.java | 435 final String customRingtone = cursor.getString(ContactQuery.CUSTOM_RINGTONE); in loadContactHeaderData() local 464 customRingtone, in loadContactHeaderData()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | Contact.java | 144 boolean starred, Integer presence, boolean sendToVoicemail, String customRingtone, in Contact() argument 166 mCustomRingtone = customRingtone; in Contact()
|
D | ContactLoader.java | 599 final String customRingtone = cursor.getString(ContactQuery.CUSTOM_RINGTONE); in loadContactHeaderData() local 613 customRingtone, isUserProfile); in loadContactHeaderData()
|