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