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

  /packages/apps/Phone/src/com/android/phone/
CallerInfoCache.java 81 public final String customRingtone;
83 public CacheEntry(String customRingtone, boolean shouldSendToVoicemail) {
84 this.customRingtone = customRingtone;
90 return "ringtone: " + customRingtone + ", " + sendToVoicemail;
229 final String customRingtone = cursor.getString(INDEX_CUSTOM_RINGTONE);
235 newNumberToEntry, number, customRingtone, sendToVoicemail);
250 newNumberToEntry, key, customRingtone, sendToVoicemail);
284 String numberOrSipAddress, String customRingtone, boolean sendToVoicemail) {
291 new CacheEntry(customRingtone, sendToVoicemail))
    [all...]
CallNotifier.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
Contact.java 142 boolean starred, Integer presence, boolean sendToVoicemail, String customRingtone,
166 mCustomRingtone = customRingtone;
ContactLoader.java 516 final String customRingtone = cursor.getString(ContactQuery.CUSTOM_RINGTONE);
530 customRingtone, isUserProfile);
    [all...]

Completed in 217 milliseconds