Home
last modified time | relevance | path

Searched refs:setSoundWithResId (Results 1 – 7 of 7) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundPlayerObject.java278 public void setSoundWithResId(Context context, int resId) { in setSoundWithResId() method in SoundPlayerObject
280 setSoundWithResId(context, resId, true); in setSoundWithResId()
283 public void setSoundWithResId(Context context, int resId, boolean looping) { in setSoundWithResId() method in SoundPlayerObject
DAudioAEC.java331 mSPlayer.setSoundWithResId(getApplicationContext(), R.raw.speech); in startTest()
410 mSPlayer.setSoundWithResId(getApplicationContext(), in startTest()
DAudioFrequencyVoiceRecognitionActivity.java391 mSPlayer.setSoundWithResId(mContext, R.raw.onekhztone); in playerSetSource()
395 mSPlayer.setSoundWithResId(mContext, in playerSetSource()
DAudioFrequencyUnprocessedActivity.java348 mSPlayer.setSoundWithResId(mContext, R.raw.onekhztone); in playerSetSource()
352 mSPlayer.setSoundWithResId(mContext, in playerSetSource()
DAudioFrequencyLineActivity.java148 mSPlayer.setSoundWithResId(mContext, R.raw.stereo_mono_white_noise_48); in onCreate()
DAudioFrequencySpeakerActivity.java135 mSPlayer.setSoundWithResId(mContext, R.raw.stereo_mono_white_noise_48); in onCreate()
DAudioFrequencyMicActivity.java159 mSPlayer.setSoundWithResId(mContext, R.raw.stereo_mono_white_noise_48); in onCreate()