Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DSystemSoundsPlayer.java63 private static final int MSG_UNLOAD_SOUNDS = 1; field in SystemSoundsPlayer
138 mHandler.sendMessage(mHandler.obtainMessage(MSG_UNLOAD_SOUNDS, mSoundPool)); in releaseSoundPool()
181 case MSG_UNLOAD_SOUNDS: in handleMessage()