Home
last modified time | relevance | path

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

/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetooth.aidl53 String getAddressWithAttribution(in AttributionSource attributionSource); in getAddressWithAttribution() method
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java1715 return mBluetooth.getAddressWithAttribution(attributionSource); in getAddress()
1835 mBluetooth.getAddressWithAttribution( in handleMessage()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java1276 return getAddressWithAttribution(Utils.getCallingAttributionSource()); in getAddress()
1280 public String getAddressWithAttribution(AttributionSource attributionSource) { in getAddressWithAttribution() method in AdapterService.AdapterServiceBinder