HomeSort by relevance Sort by last modified time
    Searched refs:voicemail (Results 26 - 30 of 30) sorted by null

12

  /packages/apps/Dialer/tests/src/com/android/dialer/
PhoneCallDetailsHelperTest.java 41 /** The number to be used to access the voicemail. */
108 assertNameEqualsResource(R.string.voicemail);
232 assertEquals("Voicemail", mNameView.getText().toString());
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackFragment.java 17 package com.android.dialer.voicemail;
59 * Displays and plays back a single voicemail.
61 * When the Activity containing this Fragment is created, voicemail playback
63 * containing a suitable voicemail uri to playback.
144 * that the voicemail duration exceeds 99 minutes, the display is capped at 99 minutes.
353 Log.e(TAG, "Could not play voicemail", e);
422 * the countdown of duration remaining during voicemail playback. The second is used to
423 * temporarily replace this countdown with a message, in our case faster voicemail speed or
424 * slower voicemail speed, before returning to the countdown display.
VoicemailPlaybackPresenter.java 17 package com.android.dialer.voicemail;
51 * Contains the controlling logic for a voicemail playback ui.
54 * {@link com.android.dialer.voicemail.VoicemailPlaybackFragment}.
63 /** The stream used to playback voicemail. */
158 /** Voicemail uri to play. */
193 * Checks to see if we have content available for this voicemail.
196 * voicemail we've been asked to play has any content available.
223 * Makes a broadcast request to ask that a voicemail source fetch this content.
227 * This method will be called when we realise that we don't have content for this voicemail. It
296 * Prepares the voicemail content for playback
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 132 " voicemail [jid] Leave a voicemail for the user with the given JID.\n"
229 } else if (command == "voicemail") {
550 } else if (callto_jid.resource() == "voicemail") {
551 // if the resource is /voicemail, allow that
628 const buzz::Jid& voicemail) {
629 console_->Printf("Calling %s's voicemail.\n", to.Str().c_str());
630 PlaceCall(voicemail, cricket::CallOptions());
634 console_->Printf("Unable to voicemail %s.\n", to.Str().c_str());
  /packages/apps/Phone/src/com/android/phone/
CallFeaturesSetting.java 82 * features related to phone calls (including voicemail settings, SIP
104 * Intent action to bring up Voicemail Provider settings.
114 // Extra put in the return from VM provider config containing voicemail number to set
162 // New preference key for voicemail notification vibration
165 // Old preference key for voicemail notification vibration. Used for migration to the new
197 /** Event for Async voicemail change call */
213 /** Handle to voicemail pref */
228 // dialog identifiers for voicemail
237 // special statuses for voicemail controls.
244 // voicemail notification vibration string constant
    [all...]

Completed in 3655 milliseconds

12