Searched refs:setSoundWithResId (Results 1 – 7 of 7) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | SoundPlayerObject.java | 278 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
|
D | AudioAEC.java | 331 mSPlayer.setSoundWithResId(getApplicationContext(), R.raw.speech); in startTest() 410 mSPlayer.setSoundWithResId(getApplicationContext(), in startTest()
|
D | AudioFrequencyVoiceRecognitionActivity.java | 391 mSPlayer.setSoundWithResId(mContext, R.raw.onekhztone); in playerSetSource() 395 mSPlayer.setSoundWithResId(mContext, in playerSetSource()
|
D | AudioFrequencyUnprocessedActivity.java | 348 mSPlayer.setSoundWithResId(mContext, R.raw.onekhztone); in playerSetSource() 352 mSPlayer.setSoundWithResId(mContext, in playerSetSource()
|
D | AudioFrequencyLineActivity.java | 148 mSPlayer.setSoundWithResId(mContext, R.raw.stereo_mono_white_noise_48); in onCreate()
|
D | AudioFrequencySpeakerActivity.java | 135 mSPlayer.setSoundWithResId(mContext, R.raw.stereo_mono_white_noise_48); in onCreate()
|
D | AudioFrequencyMicActivity.java | 159 mSPlayer.setSoundWithResId(mContext, R.raw.stereo_mono_white_noise_48); in onCreate()
|