Searched refs:AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS (Results 1 – 4 of 4) sorted by relevance
302 return (mFlags & AudioManager.AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS) in willPauseWhenDucked()303 == AudioManager.AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS; in willPauseWhenDucked()543 | (mPausesOnDuck ? AudioManager.AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS : 0) in build()
2295 public static final int AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS = 0x1 << 1; field in AudioManager2307 | AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS;2310 | AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS | AUDIOFOCUS_FLAG_LOCK;2437 if (((flags & AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS) in requestAudioFocus()2438 == AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS) && (l == null)) { in requestAudioFocus()2452 .setWillPauseWhenDucked((flags & AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS) in requestAudioFocus()2453 == AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS) in requestAudioFocus()
221 if ((flags & AudioManager.AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS) != 0) { in flagsToString()360 & AudioManager.AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS) == 0) { in handleFocusLoss()378 & AudioManager.AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS) != 0) { in handleFocusLoss()
22953 field public static final int AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS = 2; // 0x2