Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCsipDeviceManager.java118 + cachedDevice.getDevice().getAnonymizedAddress()); in getCachedDevice()
247 + " address=" + firstMember.getDevice().getAnonymizedAddress()); in getFirstMemberDevice()
283 + leAudioLeadDevice.getAnonymizedAddress()); in getPreferredMainDevice()
DBluetoothEventManager.java271 + targetDevice.getDevice().getAnonymizedAddress() in dispatchActiveDeviceChanged()
273 + cachedDevice.getDevice().getAnonymizedAddress()); in dispatchActiveDeviceChanged()
355 + cachedDevice.getDevice().getAnonymizedAddress()); in onReceive()
DCachedBluetoothDevice.java232 + mDevice.getAnonymizedAddress() + ", newProfileState " + newProfileState); in onProfileStateChanged()
480 Log.d(TAG, this.getDevice().getAnonymizedAddress() + " set GroupId " + id); in setGroupId()
798 + ", device " + mDevice.getAnonymizedAddress() in onActiveDeviceChanged()
930 Log.d(TAG, "updating profiles for " + mDevice.getAnonymizedAddress()); in updateProfiles()
1088 builder.append("anonymizedAddress=").append(mDevice.getAnonymizedAddress()); in toString()
1665 Log.d(TAG, "anonymizedAddress=" + mDevice.getAnonymizedAddress() in isProfileConnectedFail()
DBluetoothUtils.java592 + cachedDevice.getDevice().getAnonymizedAddress()); in hasConnectedBroadcastSource()
603 + device.getDevice().getAnonymizedAddress()); in hasConnectedBroadcastSource()
813 String anonymizedAddress = cachedDevice.getDevice().getAnonymizedAddress(); in getGroupId()
DVolumeControlProfile.java273 Log.d(TAG, device.getAnonymizedAddress() + " setEnabled: " + enabled); in setEnabled()
DHearingAidDeviceManager.java307 + device.getDevice().getAnonymizedAddress()); in setAudioRoutingConfig()
DLocalBluetoothLeBroadcast.java1172 + targetDevice.getAnonymizedAddress()); in updateFallbackActiveDeviceIfNeeded()
1199 String anonymizedAddress = cachedDevice.getDevice().getAnonymizedAddress(); in getGroupId()
DCachedBluetoothDeviceManager.java499 Log.d(TAG, "Bond " + device.getAnonymizedAddress() + " groupId=" + groupId + " by CSIP "); in pairDeviceByCsip()
/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java925 private String getAnonymizedAddress(BluetoothDevice btDevice) { in getAnonymizedAddress() method in BtHelper
926 return btDevice == null ? "(null)" : btDevice.getAnonymizedAddress(); in getAnonymizedAddress()
932 Log.i(TAG, "onSetBtScoActiveDevice: " + getAnonymizedAddress(mBluetoothHeadsetDevice) in onSetBtScoActiveDevice()
933 + " -> " + getAnonymizedAddress(btDevice)); in onSetBtScoActiveDevice()
940 + getAnonymizedAddress(previousActiveDevice)); in onSetBtScoActiveDevice()
944 + getAnonymizedAddress(btDevice)); in onSetBtScoActiveDevice()
1052 + getAnonymizedAddress(mBluetoothHeadsetDevice) in requestScoState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBroadcastDialog.java414 + ", the device: " + sink.getAnonymizedAddress()); in startBroadcastWithConnectedDevices()