Loading
AudioService: fix volume behavior for dock devices
In AudioService.getDeviceVolumeBehaviorInt(), prefer using the internal device type determined by the AudioDeviceAttributes constructor rather than converting back from the derived SDK type. This avoids potential double conversions (internal > SDK > internal) that can yeld to problems in case of non bijective mapping from internal to SDK types In AudioDeviceInfo. Bug: 237378890 Test: make Change-Id: I8ba167e719d2b060edd0dfe6c549273132cb85d8