Searched refs:sendUuidsInternal (Results 1 – 3 of 3) sorted by relevance
93 doNothing().when(mAdapterService).sendUuidsInternal(any(), any()); in testSendUuidIntent()102 verify(mAdapterService).sendUuidsInternal(any(), any()); in testSendUuidIntent()
693 mAdapterService.sendUuidsInternal(device, uuids); in sendUuidIntent()
6900 void sendUuidsInternal(BluetoothDevice device, ParcelUuid[] uuids) { in sendUuidsInternal() method in AdapterService