Searched refs:getGroupMute (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/ |
D | VolumeControlServiceTest.java | 714 Assert.assertEquals(false, mService.getGroupMute(groupId)); in testMuteCache() 729 Assert.assertEquals(true, mService.getGroupMute(groupId)); in testMuteCache() 738 Assert.assertEquals(false, mService.getGroupMute(groupId)); in testMuteCache() 747 Assert.assertEquals(false, mService.getGroupMute(groupId)); in testVolumeChangeWhileMuted() 762 Assert.assertEquals(true, mService.getGroupMute(groupId)); in testVolumeChangeWhileMuted() 771 Assert.assertEquals(true, mService.getGroupMute(groupId)); in testVolumeChangeWhileMuted() 777 Assert.assertEquals(true, mService.getGroupMute(groupId)); in testVolumeChangeWhileMuted() 785 Assert.assertEquals(false, mService.getGroupMute(groupId)); in testVolumeChangeWhileMuted() 789 Assert.assertEquals(false, mService.getGroupMute(groupId)); in testVolumeChangeWhileMuted() 913 Assert.assertEquals(true, mService.getGroupMute(groupId)); in testMuteLateConnectingDevice()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlService.java | 688 Boolean groupMute = getGroupMute(groupId); in setGroupActive() 699 public Boolean getGroupMute(int groupId) { in getGroupMute() method in VolumeControlService 890 Boolean groupMute = getGroupMute(groupId); in handleVolumeControlChanged() 972 if (getGroupMute(groupId)) { in getAudioDeviceGroupVolume()
|