Searched defs:voicemail (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/voicemail/
H A DVoicemailStatusHelper.java17 package com.android.contacts.voicemail;
26 * Interface used by the call log UI to determine what user message, if any, related to voicemail
29 * The implementation of this interface interacts with the voicemail content provider to fetch
30 * statuses of all the registered voicemail sources and determines if any status message needs to
81 * Returns the number of active voicemail sources installed.
83 * The number of sources is counted by querying the voicemail status table.
H A DVoicemailStatusHelperImpl.java17 package com.android.contacts.voicemail;
95 /** Invite user to set up voicemail. */
103 /** Visual voicemail not yet set up. No local action needed. */
H A DVoicemailPlaybackFragment.java17 package com.android.contacts.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.
H A DVoicemailPlaybackPresenter.java17 package com.android.contacts.voicemail;
51 * Contains the controlling logic for a voicemail playback ui.
54 * {@link com.android.contacts.voicemail.VoicemailPlaybackFragment}.
63 /** The stream used to playback voicemail. */
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.
298 * This method will be called once we know that our voicemail ha
[all...]
/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallTypeIconsView.java87 return mResources.voicemail;
114 public final Drawable voicemail; field in class:CallTypeIconsView.Resources
122 voicemail = r.getDrawable(R.drawable.ic_call_voicemail_holo_dark);
/packages/apps/Contacts/tests/src/com/android/contacts/voicemail/
H A DVoicemailStatusHelperImplTest.java17 package com.android.contacts.voicemail;
38 import com.android.contacts.voicemail.VoicemailStatusHelper.StatusMessage;
51 private static final Uri TEST_SETTINGS_URI = Uri.parse("http://www.visual.voicemail.setup");
104 // action: call voicemail
105 // msg: voicemail not available in call log page & none in call details page.
119 // action: call voicemail
120 // msg: voicemail not available in call log page & audio not available in call details page.
128 // action: call voicemail
129 // msg: voicemail not available in call log page & audio not available in call details page.
137 // action: call voicemail
[all...]

Completed in 77 milliseconds