Home
last modified time | relevance | path

Searched refs:voiceCallVolumeGroup (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioManagerTest.java2593 int voiceCallVolumeGroup = mAudioManager.getVolumeGroupIdForAttributes(callAa); in testAdjustVolumeGroupVolume() local
2595 assertNotEquals(voiceCallVolumeGroup, AudioVolumeGroup.DEFAULT_VOLUME_GROUP); in testAdjustVolumeGroupVolume()
2612 boolean isMutable = (indexMin == 0) || (volumeGroupId == voiceCallVolumeGroup); in testAdjustVolumeGroupVolume()