Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java2036 AudioDeviceInfo speakerDevice = null; in processLegacySpeakerCommunicationDevice() local
2039 speakerDevice = info; in processLegacySpeakerCommunicationDevice()
2044 if (speakerDevice != null && on) { in processLegacySpeakerCommunicationDevice()
2045 boolean result = mAudioManager.setCommunicationDevice(speakerDevice); in processLegacySpeakerCommunicationDevice()