HomeSort by relevance Sort by last modified time
    Searched defs:sendToVoicemail (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/src/com/android/phone/
CallerInfoCache.java 76 public final boolean sendToVoicemail;
79 this.sendToVoicemail = shouldSendToVoicemail;
84 return "ringtone: " + customRingtone + ", " + sendToVoicemail;
206 final boolean sendToVoicemail = cursor.getInt(INDEX_SEND_TO_VOICEMAIL) == 1;
211 newNumberToEntry, number, customRingtone, sendToVoicemail);
226 newNumberToEntry, key, customRingtone, sendToVoicemail);
260 String numberOrSipAddress, String customRingtone, boolean sendToVoicemail) {
265 if (!entry.sendToVoicemail && sendToVoicemail) {
267 new CacheEntry(customRingtone, sendToVoicemail));
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 446 milliseconds