HomeSort by relevance Sort by last modified time
    Searched defs:SOUND_NOT_LOADED (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/java/android/media/
MediaActionSound.java 91 private static final int SOUND_NOT_LOADED = -1;
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;
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 123 milliseconds