HomeSort by relevance Sort by last modified time
    Searched refs:customRingtone (Results 1 - 3 of 3) 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/
ContactLoader.java 204 boolean starred, Integer presence, boolean sendToVoicemail, String customRingtone,
228 mCustomRingtone = customRingtone;
    [all...]

Completed in 677 milliseconds