Searched refs:onPlaybackStarted (Results 1 – 2 of 2) sorted by relevance
85 void onPlaybackStarted(int duration, ScheduledExecutorService executorService); in onPlaybackStarted() method627 mView.onPlaybackStarted(mDuration.get(), getScheduledExecutorServiceInstance()); in resumePlayback()
246 public void onPlaybackStarted(int duration, ScheduledExecutorService executorService) { in onPlaybackStarted() method in VoicemailPlaybackLayout