Searched refs:AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS (Results 1 – 5 of 5) sorted by relevance
308 return (mFlags & AudioManager.AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS) in willPauseWhenDucked()309 == AudioManager.AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS; in willPauseWhenDucked()578 | (mPausesOnDuck ? AudioManager.AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS : 0) in build()
2735 public static final int AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS = 0x1 << 1; field in AudioManager2747 | AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS;2750 | AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS | AUDIOFOCUS_FLAG_LOCK;2882 if (((flags & AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS) in requestAudioFocus()2883 == AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS) && (l == null)) { in requestAudioFocus()2897 .setWillPauseWhenDucked((flags & AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS) in requestAudioFocus()2898 == AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS) in requestAudioFocus()
215 if ((flags & AudioManager.AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS) != 0) { in flagsToString()355 & AudioManager.AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS) == 0) { in handleFocusLoss()421 & AudioManager.AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS) != 0)) { in frameworkHandleFocusLoss()
3778 field public static final int AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS = 2; // 0x2