Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothUtils.java813 String anonymizedAddress = cachedDevice.getDevice().getAnonymizedAddress(); in getGroupId() local
815 Log.d(TAG, "getGroupId by CSIP profile for device: " + anonymizedAddress); in getGroupId()
820 Log.d(TAG, "getGroupId by LEA profile for device: " + anonymizedAddress); in getGroupId()
824 Log.d(TAG, "getGroupId return invalid id for device: " + anonymizedAddress); in getGroupId()
DLocalBluetoothLeBroadcast.java1199 String anonymizedAddress = cachedDevice.getDevice().getAnonymizedAddress(); in getGroupId() local
1201 Log.d(TAG, "getGroupId by CSIP profile for device: " + anonymizedAddress); in getGroupId()
1206 Log.d(TAG, "getGroupId by LEA profile for device: " + anonymizedAddress); in getGroupId()
1210 Log.d(TAG, "getGroupId return invalid id for device: " + anonymizedAddress); in getGroupId()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java10873 String anonymizedAddress = Utils.anonymizeBluetoothAddress(ada.getAddress()); in retrieveBluetoothAddressUncheked() local
10877 && anonymizedAddress.equals(Utils.anonymizeBluetoothAddress( in retrieveBluetoothAddressUncheked()