Searched refs:completionListener (Results 1 – 4 of 4) sorted by relevance
30 final OnCompletionListener completionListener) { in playSound() argument48 if (completionListener != null) { in playSound()49 completionListener.onCompletion(); in playSound()61 if (completionListener != null) { in playSound()63 completionListener.onCompletion(); in playSound()
35 final OnCompletionListener completionListener); in playSound() argument
28 public void playSound(Context context, int resId, OnCompletionListener completionListener) { in playSound() argument29 if (completionListener != null) { in playSound()30 completionListener.onCompletion(); in playSound()
344 private void playAudioStartSound(final OnCompletionListener completionListener) { in playAudioStartSound() argument345 MediaUtil.get().playSound(getContext(), R.raw.audio_initiate, completionListener); in playAudioStartSound() local