Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java360 String identityAddress = device.getIdentityAddress(); in removeDuplicateInstanceForIdentityAddress() local
361 if (identityAddress == null || identityAddress.equals(device.getAddress())) { in removeDuplicateInstanceForIdentityAddress()
365 boolean shouldRemove = d.getDevice().getAddress().equals(identityAddress); in removeDuplicateInstanceForIdentityAddress()
DCachedBluetoothDevice.java623 final String identityAddress = mDevice.getIdentityAddress(); in getIdentityAddress() local
624 return TextUtils.isEmpty(identityAddress) ? getAddress() : identityAddress; in getIdentityAddress()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java618 String identityAddress, int codecFormat, in DeviceInfo() argument
623 mDeviceIdentityAddress = TextUtils.emptyIfNull(identityAddress); in DeviceInfo()
640 String identityAddress, int codecFormat) { in DeviceInfo() argument
641 this(deviceType, deviceName, address, identityAddress, codecFormat, in DeviceInfo()