Searched defs:AUDIOFOCUS_FLAG_LOCK (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioManager.java2292 public static final int AUDIOFOCUS_FLAG_LOCK = 0x1 << 2; field in class:AudioManager
2298 | AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS | AUDIOFOCUS_FLAG_LOCK;
2359 * {@link #AUDIOFOCUS_FLAG_PAUSES_ON_DUCKABLE_LOSS}, and {@link #AUDIOFOCUS_FLAG_LOCK}.
2392 if (((flags & AUDIOFOCUS_FLAG_LOCK) == AUDIOFOCUS_FLAG_LOCK) && (ap == null)) {
2429 AUDIOFOCUS_FLAG_LOCK,

Completed in 83 milliseconds