Searched refs:getUsagesForContext (Results 1 – 4 of 4) sorted by relevance
86 int[] usages = CarAudioContext.getUsagesForContext(MUSIC); in getUsagesForContext_withValidContext_returnsUsages()93 CarAudioContext.getUsagesForContext(INVALID_CONTEXT); in getUsagesForContext_withInvalidContext_throws()101 @AttributeUsage int[] usages = CarAudioContext.getUsagesForContext(audioContext); in getUsagesForContext_returnsUniqueValuesForAllContexts()
79 int[] usages = CarAudioContext.getUsagesForContext(carAudioContext); in setupAudioDynamicRoutingForGroup()
237 static @AttributeUsage int[] getUsagesForContext(@AudioContext int carAudioContext) { in getUsagesForContext() method in CarAudioContext
927 int[] usagesForContext = CarAudioContext.getUsagesForContext(context); in getUsagesForVolumeGroupId()