Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java1380 verify(mNativeInterface).groupSetActive(groupId); in testSetActiveDeviceGroup()
1393 verify(mNativeInterface).groupSetActive(BluetoothLeAudio.GROUP_ID_INVALID); in testSetActiveDeviceGroup()
1431 verify(mNativeInterface).groupSetActive(groupId); in testSetActiveDeviceGroupTwice()
1456 verify(mNativeInterface, times(0)).groupSetActive(groupId); in testSetActiveDeviceGroupTwice()
1495 verify(mNativeInterface, times(0)).groupSetActive(groupId); in testSetActiveDeviceGroupWithNoContextTypes()
1544 verify(mNativeInterface).groupSetActive(groupId_1); in testSwitchActiveGroups()
1573 verify(mNativeInterface, times(1)).groupSetActive(groupId_2); in testSwitchActiveGroups()
1639 verify(mNativeInterface).groupSetActive(groupId); in testSetActiveDeviceGroupWithoutRingtoneContext()
1650 verify(mNativeInterface).groupSetActive(BluetoothLeAudio.GROUP_ID_INVALID); in testSetActiveDeviceGroupWithoutRingtoneContext()
1699 verify(mNativeInterface, times(0)).groupSetActive(anyInt()); in testUpdateUnicastFallbackActiveDeviceGroupDuringBroadcast()
[all …]
DLeAudioBroadcastServiceTest.java1009 verify(mLeAudioNativeInterface, times(2)).groupSetActive(eq(LE_AUDIO_GROUP_ID_INVALID)); in testInCallDrivenBroadcastSwitch()
1076 verify(mLeAudioNativeInterface, times(1)).groupSetActive(eq(LE_AUDIO_GROUP_ID_INVALID)); in testAudioModeDrivenBroadcastSwitch()
1081 verify(mLeAudioNativeInterface, times(2)).groupSetActive(eq(LE_AUDIO_GROUP_ID_INVALID)); in testAudioModeDrivenBroadcastSwitch()
1151 verify(mLeAudioNativeInterface, times(2)).groupSetActive(eq(LE_AUDIO_GROUP_ID_INVALID)); in testBroadcastResumeUnicastGroupChangeRequestDriven()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioNativeInterface.java331 public void groupSetActive(int groupId) { in groupSetActive() method in LeAudioNativeInterface
DLeAudioService.java2206 mNativeInterface.groupSetActive(groupId); in setActiveGroupWithDevice()