Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java1099 int contextForUsage = CarAudioContext.getContextForUsage(usage); in getOutputDeviceAddressForUsage() local
1100 Preconditions.checkArgument(contextForUsage != CarAudioContext.INVALID, in getOutputDeviceAddressForUsage()
1102 return getCarAudioZone(zoneId).getAddressForContext(contextForUsage); in getOutputDeviceAddressForUsage()