Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java10343 checkedDevices.add(retrieveBluetoothAddressUncheked(ada)); in retrieveBluetoothAddresses()
10352 return retrieveBluetoothAddressUncheked(ada); in retrieveBluetoothAddress()
10355 AudioDeviceAttributes retrieveBluetoothAddressUncheked(@NonNull AudioDeviceAttributes ada) { in retrieveBluetoothAddressUncheked() method in AudioService