Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DSystemSoundsPlayer.java62 private static final int MSG_PRELOAD_SOUNDS = 0; field in SystemSoundsPlayer
126 mHandler.sendMessage(mHandler.obtainMessage(MSG_PRELOAD_SOUNDS, mSoundPool)); in prepareSoundPool()
173 case MSG_PRELOAD_SOUNDS: in handleMessage()