Searched refs:SOUND_NOT_LOADED (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaActionSound.java91 private static final int SOUND_NOT_LOADED = -1; field in class:MediaActionSound
104 mSoundIds[i] = SOUND_NOT_LOADED;
106 mSoundIdToPlay = SOUND_NOT_LOADED;
125 if (mSoundIds[soundName] == SOUND_NOT_LOADED) {
166 if (mSoundIds[soundName] == SOUND_NOT_LOADED) {
182 mSoundIdToPlay = SOUND_NOT_LOADED;

Completed in 30 milliseconds