Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DSystemSoundsPlayer.java197 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { in onLoadComplete() argument
204 mLoadedSoundPoolIds.add(sampleId); in onLoadComplete()
209 if (mEffectIdToSoundPoolId.get(effectId) == sampleId) { in onLoadComplete()