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

/frameworks/base/media/java/android/media/
H A DMediaActionSound.java89 private static final int SOUND_NOT_LOADED = -1; field in class:MediaActionSound
102 mSoundIds[i] = SOUND_NOT_LOADED;
104 mSoundIdToPlay = SOUND_NOT_LOADED;
123 if (mSoundIds[soundName] == SOUND_NOT_LOADED) {
162 if (mSoundIds[soundName] == SOUND_NOT_LOADED) {
178 mSoundIdToPlay = SOUND_NOT_LOADED;

Completed in 3443 milliseconds