Searched refs:getAllGroupIds (Results 1 – 7 of 7) sorted by relevance
116 public void getAllGroupIds() { in getAllGroupIds() method in BluetoothCsisBinderTest118 mBinder.getAllGroupIds(uuid, mAttributionSource); in getAllGroupIds()119 verify(mService).getAllGroupIds(uuid); in getAllGroupIds()
570 public List<Integer> getAllGroupIds(ParcelUuid uuid) { in getAllGroupIds() method in CsipSetCoordinatorService640 List<Integer> groupIds = getAllGroupIds(uuid); in getGroupDevicesOrdered()665 if (!getAllGroupIds(parcel_uuid).contains(groupId)) { in handleDeviceAvailable()1195 public List<Integer> getAllGroupIds(ParcelUuid uuid, AttributionSource source) { in getAllGroupIds() method in CsipSetCoordinatorService.BluetoothCsisBinder1205 return service.getAllGroupIds(uuid); in getAllGroupIds()
53 List getAllGroupIds(in ParcelUuid uuid, in AttributionSource attributionSource); in getAllGroupIds() method
356 public @NonNull List<Integer> getAllGroupIds(@Nullable ParcelUuid uuid) { in getAllGroupIds() method in BluetoothCsipSetCoordinator364 return service.getAllGroupIds(uuid, mAttributionSource); in getAllGroupIds()
918 List<Integer> groups = csipClient.getAllGroupIds(BluetoothUuid.CAP); in isGroupIdValid()
165 doReturn(Arrays.asList(0x02, 0x03)).when(mCsipService).getAllGroupIds(BluetoothUuid.CAP); in setUp()
170 …ssion.BLUETOOTH_PRIVILEGED) public java.util.List<java.lang.Integer> getAllGroupIds(@Nullable andr…