Searched refs:getVolumeGroupNameForAudioAttributes (Results 1 – 2 of 2) sorted by relevance
242 .that(CoreAudioHelper.getVolumeGroupNameForAudioAttributes(MUSIC_ATTRIBUTES)) in getVolumeGroupNameForAudioAttributes_withSupportedAttributes_succeeds()246 .that(CoreAudioHelper.getVolumeGroupNameForAudioAttributes(NAV_ATTRIBUTES)) in getVolumeGroupNameForAudioAttributes_withSupportedAttributes_succeeds()250 .that(CoreAudioHelper.getVolumeGroupNameForAudioAttributes(OEM_ATTRIBUTES)) in getVolumeGroupNameForAudioAttributes_withSupportedAttributes_succeeds()257 .that(CoreAudioHelper.getVolumeGroupNameForAudioAttributes(UNSUPPORTED_ATTRIBUTES)) in getVolumeGroupNameForAudioAttributes_withUnsupportedAttributes_returnsNull()
251 public static String getVolumeGroupNameForAudioAttributes(AudioAttributes attributes) { in getVolumeGroupNameForAudioAttributes() method in CoreAudioHelper