Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java682 int groupId_1 = 1; in testActiveGroupChange() local
688 Assert.assertEquals(-1, mService.getGroupVolume(groupId_1)); in testActiveGroupChange()
690 mServiceBinder.setGroupVolume(groupId_1, volume_groupId_1, mAttributionSource); in testActiveGroupChange()
694 mServiceBinder.setGroupActive(groupId_1, true, mAttributionSource); in testActiveGroupChange()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java1501 int groupId_1 = 1; in testSwitchActiveGroups() local
1518 connectTestDevice(mSingleDevice, groupId_1); in testSwitchActiveGroups()
1526 audioConfChangedEvent.valueInt2 = groupId_1; in testSwitchActiveGroups()
1544 verify(mNativeInterface).groupSetActive(groupId_1); in testSwitchActiveGroups()
1549 groupStatusChangedEvent.valueInt1 = groupId_1; in testSwitchActiveGroups()
1578 inactiveGroupState.valueInt1 = groupId_1; in testSwitchActiveGroups()