Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundPlayerObject.java112 public void setSoundWithResId(Context context, int resId) { in setSoundWithResId() method in SoundPlayerObject
DAudioFrequencyUnprocessedActivity.java350 mSPlayer.setSoundWithResId(getApplicationContext(), R.raw.onekhztone); in playerSetSource()
354 mSPlayer.setSoundWithResId(getApplicationContext(), in playerSetSource()
DAudioFrequencyLineActivity.java162 mSPlayer.setSoundWithResId(getApplicationContext(), R.raw.stereo_mono_white_noise_48); in onCreate()
DAudioFrequencySpeakerActivity.java148 mSPlayer.setSoundWithResId(getApplicationContext(), R.raw.stereo_mono_white_noise_48); in onCreate()
DAudioFrequencyMicActivity.java198 mSPlayer.setSoundWithResId(getApplicationContext(), R.raw.stereo_mono_white_noise_48); in onCreate()