Searched refs:PlaybackViewImpl (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/voicemail/
H A DVoicemailPlaybackFragment.java127 private PlaybackViewImpl createPlaybackViewImpl() {
128 return new PlaybackViewImpl(new ActivityReference(), getActivity().getApplicationContext(),
165 * To work around this, I have made the {@link PlaybackViewImpl} class static, so that it does
179 private static final class PlaybackViewImpl implements VoicemailPlaybackPresenter.PlaybackView { class in class:VoicemailPlaybackFragment
189 public PlaybackViewImpl(ActivityReference activityReference, Context applicationContext, method in class:VoicemailPlaybackFragment.PlaybackViewImpl

Completed in 28 milliseconds