/packages/apps/Dialer/src/com/android/dialerbind/ |
ObjectFactory.java | 30 import com.android.dialer.voicemail.VoicemailPlaybackPresenter;
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
VisualVoicemailCallLogFragment.java | 31 import com.android.dialer.voicemail.VoicemailPlaybackPresenter;
|
CallTypeIconsView.java | 119 return sResources.voicemail; 167 // Drawable representing a voicemail. 168 public final Drawable voicemail; field in class:CallTypeIconsView.Resources 203 voicemail = r.getDrawable(R.drawable.ic_call_voicemail_holo_dark);
|
CallLogQueryHandler.java | 44 import com.android.dialer.voicemail.VoicemailStatusHelperImpl; 62 /** The token for the query to fetch voicemail status messages. */ 133 * Fetch all the voicemails in the voicemail archive.
|
CallLogListItemViewHolder.java | 63 import com.android.dialer.voicemail.VoicemailPlaybackLayout; 64 import com.android.dialer.voicemail.VoicemailPlaybackPresenter; 172 * If the call has an associated voicemail message, the URI of the voicemail message for 173 * playback. Cached here as the voicemail intent is only set when the actions ViewStub is 186 * for a voicemail log's call button 318 menu.setHeaderTitle(mContext.getResources().getText(R.string.voicemail)); 330 // 2) Number is the voicemail number 446 // Treat as voicemail list item; show play button if not expanded. 462 // Call to generic voicemail number, in case there are multiple accounts [all...] |
CallLogFragment.java | 46 import com.android.dialer.voicemail.VoicemailPlaybackPresenter; 261 * Called by {@link CallLogQueryHandler} after a successful query to voicemail status provider. 327 // and the voicemail status are fetched. 469 * Updates the voicemail notification state.
|
CallLogAdapter.java | 63 import com.android.dialer.voicemail.VoicemailPlaybackPresenter; 96 * The key for the show voicemail promo card preference which will determine whether the promo 168 // Always reset the voicemail playback state on expand or collapse. 202 * Click handler used to send the user to the voicemail settings screen and then dismiss the 240 // Always reset the voicemail playback state on expand. 656 * In order to implement the "undo" function, when a voicemail is "deleted" i.e. when the user 742 // and check the card above it. A list with the voicemail promo card at the top will be [all...] |
/packages/apps/Dialer/tests/src/com/android/dialer/voicemail/ |
VoicemailArchiveTest.java | 17 package com.android.dialer.voicemail; 74 assertStateTextContains("Couldn't play voicemail");
|
VoicemailAsyncTaskUtilTest.java | 17 package com.android.dialer.voicemail; 36 import com.android.dialer.voicemail.VoicemailAsyncTaskUtil.OnGetArchivedVoicemailFilePathListener; 37 import com.android.dialer.voicemail.VoicemailAsyncTaskUtil.OnArchiveVoicemailListener; 38 import com.android.dialer.voicemail.VoicemailAsyncTaskUtil.OnSetVoicemailArchiveStatusListener; 325 // Voicemail content info
|
VoicemailActivityInstrumentationTestCase2.java | 17 package com.android.dialer.voicemail; 40 import static com.android.dialer.voicemail.VoicemailPlaybackPresenter.Tasks.CHECK_FOR_CONTENT; 107 assertStateTextContains("Loading voicemail"); 128 assertStateTextContains("Couldn't play voicemail");
|
VoicemailStatusHelperImplTest.java | 17 package com.android.dialer.voicemail; 38 import com.android.dialer.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...] |
/packages/apps/Dialer/src/com/android/dialer/list/ |
ListsFragment.java | 45 import com.android.dialer.voicemail.VisualVoicemailEnabledChecker; 46 import com.android.dialer.voicemail.VoicemailStatusHelper; 47 import com.android.dialer.voicemail.VoicemailStatusHelperImpl; 166 * When the voicemail tab is removed, the view needs to be recreated by returning 167 * POSITION_NONE. If notifyDataSetChanged is called for some other reason, the voicemail 214 // Fetch voicemail status to determine if we should show the voicemail tab. 269 * Shows the tab with the specified index. If the voicemail tab index is specified, but the 270 * voicemail status hasn't been fetched, it will try to show the tab after the voicemail statu [all...] |
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/ |
VoicemailImpl.java | 17 package com.example.android.voicemail.common.core; 22 * A simple immutable data object to represent a voicemail. 24 public final class VoicemailImpl implements Voicemail { 60 * Create a {@link Builder} for a new {@link Voicemail} to be inserted. 69 * Create a {@link Builder} for updating a {@link Voicemail}. 71 * Only the id of the voicemail to be updated is mandatory. 78 * Create a {@link Builder} for a new {@link Voicemail}, such as one suitable for returning from
|
/packages/apps/Dialer/src/com/android/dialer/voicemail/ |
VoicemailArchiveActivity.java | 17 package com.android.dialer.voicemail;
|
VoicemailAudioManager.java | 17 package com.android.dialer.voicemail; 28 * This class manages all audio changes for voicemail playback.
|
VoicemailStatusHelperImpl.java | 17 package com.android.dialer.voicemail; 95 /** Invite user to set up voicemail. */ 103 /** Visual voicemail not yet set up. No local action needed. */ 242 // Voicemail is configured. Let's see how is the data channel. 263 // Voicemail not configured. data/notification channel states are irrelevant. 266 // Voicemail not configured. data/notification channel states are irrelevant.
|
VoicemailAsyncTaskUtil.java | 17 package com.android.dialer.voicemail; 61 * Called after the voicemail has been archived. 63 * @param archivedVoicemailUri the URI of the archived voicemail 71 * Called after the voicemail archived_by_user column is updated. 81 * Called after the voicemail file path is obtained. 83 * @param filePath the file path of the archived voicemail 98 * Returns the archived voicemail file path. 130 * Updates the archived_by_user flag of the archived voicemail. 157 * Checks if a voicemail has already been archived, if so, return the previously archived URI. 158 * Otherwise, copy the voicemail information to the local dialer database. If archive wa [all...] |
VoicemailPlaybackLayout.java | 17 package com.android.dialer.voicemail; 64 * Displays and plays a single voicemail. See {@link VoicemailPlaybackPresenter} for 65 * details on the voicemail playback implementation. 187 * Click listener to play or pause voicemail playback. 279 * Keeps track of which voicemails are currently being archived in order to update the voicemail 491 * that the voicemail duration exceeds 99 minutes, the display is capped at 99 minutes. 504 * Called when a voicemail archive succeeded. If the expanded voicemail was being 535 * If a voicemail archive failed, and the expanded card was being archived, update the card UI. 536 * Either way, display a toast saying the voicemail archive failed [all...] |
VoicemailPlaybackPresenter.java | 17 package com.android.dialer.voicemail; 59 * Contains the controlling logic for a voicemail playback in the call log. It is closely coupled 63 * This controls a single {@link com.android.dialer.voicemail.VoicemailPlaybackLayout}. A single 65 * is to facilitate reuse across different voicemail call log entries. 254 * Specify the view which this presenter controls and the voicemail to prepare to play. 264 // If the voicemail card was rebinded, we need to set the position to the appropriate 282 * prepareContent() method. We get the duration of the voicemail from the query and set 300 // voicemail and the view is rebound. 317 * When navigating away from voicemail playback, we need to release the media player, 321 * we want to retain the current position (in case we return to the voicemail) [all...] |
/packages/apps/Dialer/src/com/android/dialer/filterednumber/ |
BlockNumberDialogFragment.java | 39 import com.android.dialer.voicemail.VisualVoicemailEnabledChecker;
|
BlockedNumbersFragment.java | 45 import com.android.dialer.voicemail.VisualVoicemailEnabledChecker;
|
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/ |
PhoneCallDetailsHelperTest.java | 47 /** The number to be used to access the voicemail. */ 125 assertNameEqualsResource(R.string.voicemail); 148 // Voicemail date string has 3 different formats depending on how long ago the call was placed 348 assertEquals("Voicemail", mNameView.getText().toString());
|
/packages/apps/Dialer/src/com/android/dialer/ |
DialtactsActivity.java | 89 import com.android.dialer.voicemail.VoicemailArchiveActivity; [all...] |