Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioModeStateMachine.java55 public static final AudioFocusRequest RING_AUDIO_FOCUS_REQUEST = new AudioFocusRequest field in CallAudioModeStateMachine
468 mCurrentAudioFocusRequest = RING_AUDIO_FOCUS_REQUEST; in tryStartRinging()
469 mAudioManager.requestAudioFocus(RING_AUDIO_FOCUS_REQUEST); in tryStartRinging()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioModeStateMachineTest.java20 import static com.android.server.telecom.CallAudioModeStateMachine.RING_AUDIO_FOCUS_REQUEST;
348 assertTrue(areAudioFocusRequestsMatch(captor.getValue(), RING_AUDIO_FOCUS_REQUEST)); in testAudioFocusRequestWithResolveHiddenDependencies() local