HomeSort by relevance Sort by last modified time
    Searched refs:customRingtone (Results 1 - 3 of 3) sorted by null

  /packages/services/Telephony/src/com/android/phone/
CallerInfoCache.java 75 public final String customRingtone;
77 public CacheEntry(String customRingtone, boolean shouldSendToVoicemail) {
78 this.customRingtone = customRingtone;
84 return "ringtone: " + customRingtone + ", " + sendToVoicemail;
205 final String customRingtone = cursor.getString(INDEX_CUSTOM_RINGTONE);
211 newNumberToEntry, number, customRingtone, sendToVoicemail);
226 newNumberToEntry, key, customRingtone, sendToVoicemail);
260 String numberOrSipAddress, String customRingtone, boolean sendToVoicemail) {
267 new CacheEntry(customRingtone, sendToVoicemail))
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java 146 boolean starred, Integer presence, boolean sendToVoicemail, String customRingtone,
169 mCustomRingtone = customRingtone;
ContactLoader.java 415 null /* customRingtone */,
658 final String customRingtone = cursor.getString(ContactQuery.CUSTOM_RINGTONE);
672 customRingtone, isUserProfile);
    [all...]

Completed in 2165 milliseconds