Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java655 private String getAnonymizedAddress(BluetoothDevice btDevice) { in getAnonymizedAddress() method in BtHelper
656 return btDevice == null ? "(null)" : btDevice.getAnonymizedAddress(); in getAnonymizedAddress()
662 Log.i(TAG, "onSetBtScoActiveDevice: " + getAnonymizedAddress(mBluetoothHeadsetDevice) in onSetBtScoActiveDevice()
663 + " -> " + getAnonymizedAddress(btDevice)); in onSetBtScoActiveDevice()
670 + getAnonymizedAddress(previousActiveDevice)); in onSetBtScoActiveDevice()
674 + getAnonymizedAddress(btDevice)); in onSetBtScoActiveDevice()
780 + getAnonymizedAddress(mBluetoothHeadsetDevice) in requestScoState()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCsipDeviceManager.java118 + cachedDevice.getDevice().getAnonymizedAddress()); in getCachedDevice()
251 + " address=" + firstMember.getDevice().getAnonymizedAddress()); in getFirstMemberDevice()
287 + leAudioLeadDevice.getAnonymizedAddress()); in getPreferredMainDevice()
H A DBluetoothEventManager.java244 + activeDevice.getDevice().getAnonymizedAddress() in dispatchActiveDeviceChanged()
246 + cachedDevice.getDevice().getAnonymizedAddress()); in dispatchActiveDeviceChanged()
329 + cachedDevice.getDevice().getAnonymizedAddress()); in onReceive()
H A DCachedBluetoothDevice.java204 + mDevice.getAnonymizedAddress() + ", newProfileState " + newProfileState); in onProfileStateChanged()
419 Log.d(TAG, this.getDevice().getAnonymizedAddress() + " set GroupId " + id); in setGroupId()
709 + ", device " + mDevice.getAnonymizedAddress() in onActiveDeviceChanged()
841 Log.d(TAG, "updating profiles for " + mDevice.getAnonymizedAddress()); in updateProfiles()
975 + mDevice.getAnonymizedAddress() in toString()
1259 Log.d(TAG, "anonymizedAddress=" + mDevice.getAnonymizedAddress() in isProfileConnectedFail()
H A DVolumeControlProfile.java163 Log.d(TAG, device.getAnonymizedAddress() + " setEnabled: " + enabled); in setEnabled()
H A DHearingAidDeviceManager.java301 + device.getDevice().getAnonymizedAddress()); in setAudioRoutingConfig()
H A DCachedBluetoothDeviceManager.java469 Log.d(TAG, "Bond " + device.getAnonymizedAddress() + " groupId=" + groupId + " by CSIP "); in pairDeviceByCsip()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputBroadcastDialog.java410 + ", the device: " + sink.getAnonymizedAddress()); in startBroadcastWithConnectedDevices()