Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java598 private String getAnonymizedAddress(BluetoothDevice btDevice) { in getAnonymizedAddress() method in BtHelper
599 return btDevice == null ? "(null)" : btDevice.getAnonymizedAddress(); in getAnonymizedAddress()
606 Log.i(TAG, "setBtScoActiveDevice: " + getAnonymizedAddress(mBluetoothHeadsetDevice) in setBtScoActiveDevice()
607 + " -> " + getAnonymizedAddress(btDevice)); in setBtScoActiveDevice()
614 + getAnonymizedAddress(previousActiveDevice)); in setBtScoActiveDevice()
618 + getAnonymizedAddress(btDevice)); in setBtScoActiveDevice()
738 + getAnonymizedAddress(mBluetoothHeadsetDevice) in requestScoState()
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java1250 public String getAnonymizedAddress() { in getAnonymizedAddress() method in BluetoothDevice
/frameworks/base/services/
Dart-profile11499 HPLcom/android/server/audio/BtHelper;->getAnonymizedAddress(Landroid/bluetooth/BluetoothDevice;)Lja…