Searched refs:getMinVolumeIndexForAttributes (Results 1 – 7 of 7) sorted by relevance
220 () -> mAudioManager.getMinVolumeIndexForAttributes(nullAttributes)); in testSetGetVolumePerAttributesWithInvalidAttributes()250 indexMin = mAudioManager.getMinVolumeIndexForAttributes(aaForUsage); in testSetGetVolumePerAttributes()317 indexMin = mAudioManager.getMinVolumeIndexForAttributes(aa); in testVolumeGroupCallback()
133 int indexMin = mAudioManager.getMinVolumeIndexForAttributes(aa); in testCallbackReceived()188 int indexMin = mAudioManager.getMinVolumeIndexForAttributes(aa); in testMultipleCallbackReceived()
1767 public static native int getMinVolumeIndexForAttributes(@NonNull AudioAttributes attributes); in getMinVolumeIndexForAttributes() method in AudioSystem
1477 public int getMinVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getMinVolumeIndexForAttributes() method in AudioManager
773 if (AudioSystem::getMinVolumeIndexForAttributes(*(paa.get()), index) in android_media_AudioSystem_getMinVolumeIndexForAttributes()
1081 int minVolume = AudioSystem.getMinVolumeIndexForAttributes(attr); in AudioService()1892 || AudioSystem.getMinVolumeIndexForAttributes(aa) < 0) { in checkVolumeRangeInitialization()7838 mIndexMin = AudioSystem.getMinVolumeIndexForAttributes(mAudioAttributes); in VolumeGroupState()
6918 …android.Manifest.permission.MODIFY_AUDIO_ROUTING) public int getMinVolumeIndexForAttributes(@NonNu…