Home
last modified time | relevance | path

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

/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetooth.aidl127 …String getRemoteAliasWithAttribution(in BluetoothDevice device, in AttributionSource attributionSo… in getRemoteAliasWithAttribution() method
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java1328 String alias = service.getRemoteAliasWithAttribution(this, mAttributionSource); in getAlias()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java1838 return getRemoteAliasWithAttribution(device, Utils.getCallingAttributionSource()); in getRemoteAlias()
1842 public String getRemoteAliasWithAttribution( in getRemoteAliasWithAttribution() method in AdapterService.AdapterServiceBinder