Searched refs:getDesiredGroupSize (Results 1 – 5 of 5) sorted by relevance
129 public void getDesiredGroupSize() { in getDesiredGroupSize() method in BluetoothCsisBinderTest131 mBinder.getDesiredGroupSize(groupId, mAttributionSource); in getDesiredGroupSize()132 verify(mService).getDesiredGroupSize(groupId); in getDesiredGroupSize()
68 int getDesiredGroupSize(in int group_id, in AttributionSource attributionSource); in getDesiredGroupSize() method
656 public int getDesiredGroupSize(int groupId) { in getDesiredGroupSize() method in CsipSetCoordinatorService1221 public int getDesiredGroupSize(int groupId, AttributionSource source) { in getDesiredGroupSize() method in CsipSetCoordinatorService.BluetoothCsisBinder1228 return service.getDesiredGroupSize(groupId); in getDesiredGroupSize()
207 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()
207 int groupSize = csipSetCoordinatorService.getDesiredGroupSize(groupId); in isLeAudioOnlyGroup()