Searched refs:NUM_SOUND_EFFECTS (Results 1 – 3 of 3) sorted by relevance
82 AudioManager.NUM_SOUND_EFFECTS + 10, "Sound Effects Loading");111 private final int[] mEffects = new int[AudioManager.NUM_SOUND_EFFECTS]; // indexes in mResources
6490 if (effectType >= AudioManager.NUM_SOUND_EFFECTS || effectType < 0) { in playSoundEffectVolume()
3907 public static final int NUM_SOUND_EFFECTS = 16; field in AudioManager4018 if (effectType < 0 || effectType >= NUM_SOUND_EFFECTS) { in playSoundEffect()4044 if (effectType < 0 || effectType >= NUM_SOUND_EFFECTS) { in playSoundEffect()