Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java10858 checkedDevices.add(retrieveBluetoothAddressUncheked(ada)); in retrieveBluetoothAddresses()
10867 return retrieveBluetoothAddressUncheked(ada); in retrieveBluetoothAddress()
10870 AudioDeviceAttributes retrieveBluetoothAddressUncheked(@NonNull AudioDeviceAttributes ada) { in retrieveBluetoothAddressUncheked() method in AudioService