Home
last modified time | relevance | path

Searched refs:ENFORCE_MUTING_FOR_RING_OR_CALL (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DMediaFocusControl.java78 static final boolean ENFORCE_MUTING_FOR_RING_OR_CALL = true; field in MediaFocusControl
813 if (ENFORCE_MUTING_FOR_RING_OR_CALL & enteringRingOrCall) { in requestAudioFocus()
851 if (ENFORCE_MUTING_FOR_RING_OR_CALL & exitingRingOrCall) { in abandonAudioFocus()