Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DBluetoothCsisBinderTest.java129 public void getDesiredGroupSize() { in getDesiredGroupSize() method in BluetoothCsisBinderTest
131 mBinder.getDesiredGroupSize(groupId, mAttributionSource); in getDesiredGroupSize()
132 verify(mService).getDesiredGroupSize(groupId); in getDesiredGroupSize()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothCsipSetCoordinator.aidl68 int getDesiredGroupSize(in int group_id, in AttributionSource attributionSource); in getDesiredGroupSize() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java656 public int getDesiredGroupSize(int groupId) { in getDesiredGroupSize() method in CsipSetCoordinatorService
1221 public int getDesiredGroupSize(int groupId, AttributionSource source) { in getDesiredGroupSize() method in CsipSetCoordinatorService.BluetoothCsisBinder
1228 return service.getDesiredGroupSize(groupId); in getDesiredGroupSize()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java207 when(mCsipSetCoordinatorService.getDesiredGroupSize(csipGroupId)).thenReturn(groupSize); in processInitProfilePriorities_LeAudioOnlyHelper()
520 when(mCsipSetCoordinatorService.getDesiredGroupSize(csipGroupId)).thenReturn(groupSize); in testLateConnectOfLeAudioEnabled_DualModeBud()
642 when(mCsipSetCoordinatorService.getDesiredGroupSize(csipGroupId)).thenReturn(groupSize); in testLateConnectOfLeAudioEnabled_AshaAndLeAudioBud()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java207 int groupSize = csipSetCoordinatorService.getDesiredGroupSize(groupId); in isLeAudioOnlyGroup()