Home
last modified time | relevance | path

Searched refs:getAllGroupIds (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DBluetoothCsisBinderTest.java116 public void getAllGroupIds() { in getAllGroupIds() method in BluetoothCsisBinderTest
118 mBinder.getAllGroupIds(uuid, mAttributionSource); in getAllGroupIds()
119 verify(mService).getAllGroupIds(uuid); in getAllGroupIds()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java570 public List<Integer> getAllGroupIds(ParcelUuid uuid) { in getAllGroupIds() method in CsipSetCoordinatorService
640 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.BluetoothCsisBinder
1205 return service.getAllGroupIds(uuid); in getAllGroupIds()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothCsipSetCoordinator.aidl53 List getAllGroupIds(in ParcelUuid uuid, in AttributionSource attributionSource); in getAllGroupIds() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCsipSetCoordinator.java356 public @NonNull List<Integer> getAllGroupIds(@Nullable ParcelUuid uuid) { in getAllGroupIds() method in BluetoothCsipSetCoordinator
364 return service.getAllGroupIds(uuid, mAttributionSource); in getAllGroupIds()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java918 List<Integer> groups = csipClient.getAllGroupIds(BluetoothUuid.CAP); in isGroupIdValid()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientTest.java165 doReturn(Arrays.asList(0x02, 0x03)).when(mCsipService).getAllGroupIds(BluetoothUuid.CAP); in setUp()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt170 …ssion.BLUETOOTH_PRIVILEGED) public java.util.List<java.lang.Integer> getAllGroupIds(@Nullable andr…