Home
last modified time | relevance | path

Searched refs:sendUuidsInternal (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DRemoteDevicesTest.java93 doNothing().when(mAdapterService).sendUuidsInternal(any(), any()); in testSendUuidIntent()
102 verify(mAdapterService).sendUuidsInternal(any(), any()); in testSendUuidIntent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java693 mAdapterService.sendUuidsInternal(device, uuids); in sendUuidIntent()
DAdapterService.java6900 void sendUuidsInternal(BluetoothDevice device, ParcelUuid[] uuids) { in sendUuidsInternal() method in AdapterService