Searched refs:getMaxVolumeIndexForAttributes (Results 1 – 7 of 7) sorted by relevance
217 () -> mAudioManager.getMaxVolumeIndexForAttributes(nullAttributes)); in testSetGetVolumePerAttributesWithInvalidAttributes()243 indexMax = mAudioManager.getMaxVolumeIndexForAttributes(aaForUsage); in testSetGetVolumePerAttributes()316 indexMax = mAudioManager.getMaxVolumeIndexForAttributes(aa); in testVolumeGroupCallback()
132 int indexMax = mAudioManager.getMaxVolumeIndexForAttributes(aa); in testCallbackReceived()187 int indexMax = mAudioManager.getMaxVolumeIndexForAttributes(aa); in testMultipleCallbackReceived()
1774 public static native int getMaxVolumeIndexForAttributes(@NonNull AudioAttributes attributes); in getMaxVolumeIndexForAttributes() method in AudioSystem
1459 public int getMaxVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getMaxVolumeIndexForAttributes() method in AudioManager
792 if (AudioSystem::getMaxVolumeIndexForAttributes(*(paa.get()), index) in android_media_AudioSystem_getMaxVolumeIndexForAttributes()
1077 int maxVolume = AudioSystem.getMaxVolumeIndexForAttributes(attr); in AudioService()1891 if (AudioSystem.getMaxVolumeIndexForAttributes(aa) < 0 in checkVolumeRangeInitialization()7839 mIndexMax = AudioSystem.getMaxVolumeIndexForAttributes(mAudioAttributes); in VolumeGroupState()
6917 …android.Manifest.permission.MODIFY_AUDIO_ROUTING) public int getMaxVolumeIndexForAttributes(@NonNu…