Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothRouteManager.java628 Optional<BluetoothDevice> matchingDevice = deviceList.stream() in connectBtAudio() local
632 String actualAddress = matchingDevice.isPresent() in connectBtAudio()
644 if (!matchingDevice.isPresent()) { in connectBtAudio()