Searched refs:contextForUsage (Results 1 – 1 of 1) sorted by relevance
1084 int contextForUsage = CarAudioContext.getContextForUsage(usage); in getOutputDeviceAddressForUsage() local1085 Preconditions.checkArgument(contextForUsage != CarAudioContext.INVALID, in getOutputDeviceAddressForUsage()1087 return getCarAudioZone(zoneId).getAddressForContext(contextForUsage); in getOutputDeviceAddressForUsage()