Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java685 int groupId_2 = 2; in testActiveGroupChange() local
689 Assert.assertEquals(-1, mService.getGroupVolume(groupId_2)); in testActiveGroupChange()
692 mServiceBinder.setGroupVolume(groupId_2, volume_groupId_2, mAttributionSource); in testActiveGroupChange()
701 mServiceBinder.setGroupActive(groupId_2, true, mAttributionSource); in testActiveGroupChange()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java1502 int groupId_2 = 2; in testSwitchActiveGroups() local
1519 connectTestDevice(mSingleDevice_2, groupId_2); in testSwitchActiveGroups()
1537 audioConfChangedEvent.valueInt2 = groupId_2; in testSwitchActiveGroups()
1573 verify(mNativeInterface, times(1)).groupSetActive(groupId_2); in testSwitchActiveGroups()
1596 activeGroupState.valueInt1 = groupId_2; in testSwitchActiveGroups()