Home
last modified time | relevance | path

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

12

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDevicePreference.java112 device.getAnonymizedAddress(),
249 Log.e(TAG, bd.getAnonymizedAddress() + ": add into Listener failed"); in registerMetadataChangedListener()
254 Log.e(TAG, bd.getAnonymizedAddress() + ":" + e.toString()); in registerMetadataChangedListener()
257 Log.e(TAG, bd.getAnonymizedAddress() + ":" + e.toString()); in registerMetadataChangedListener()
262 Log.d(TAG, "mBluetoothDevices remove " + errorDevice.getAnonymizedAddress()); in registerMetadataChangedListener()
279 Log.e(TAG, bd.getAnonymizedAddress() + ":" + e.toString()); in unregisterMetadataChangedListener()
281 Log.e(TAG, bd.getAnonymizedAddress() + ":" + e.toString()); in unregisterMetadataChangedListener()
301 + mCachedDevice.getDevice().getAnonymizedAddress()); in onPreferenceAttributesChanged()
DAdvancedBluetoothDetailsHeaderController.java124 device.getAnonymizedAddress(),
212 Log.e(TAG, bd.getAnonymizedAddress() + ": add into Listener failed"); in registerBluetoothDevice()
217 Log.e(TAG, bd.getAnonymizedAddress() + ":" + e.toString()); in registerBluetoothDevice()
220 Log.e(TAG, bd.getAnonymizedAddress() + ":" + e.toString()); in registerBluetoothDevice()
225 Log.d(TAG, "mBluetoothDevices remove " + errorDevice.getAnonymizedAddress()); in registerBluetoothDevice()
243 Log.e(TAG, bd.getAnonymizedAddress() + ":" + e.toString()); in unRegisterBluetoothDevice()
245 Log.e(TAG, bd.getAnonymizedAddress() + ":" + e.toString()); in unRegisterBluetoothDevice()
495 Log.d(TAG, "buletoothDevice: " + bluetoothDevice.getAnonymizedAddress() in updateSubLayoutUi()
DBluetoothKeyMissingDialogFragment.java89 Log.i(TAG, "Positive button clicked for " + mBluetoothDevice.getAnonymizedAddress()); in onClick()
102 Log.i(TAG, "Negative button clicked for " + mBluetoothDevice.getAnonymizedAddress()); in onClick()
DUtils.java411 + leAudioDevice.getDevice().getAnonymizedAddress() in setLeAudioEnabled()
422 + leAudioDevice.getDevice().getAnonymizedAddress() in setLeAudioEnabled()
466 + profileDevice.getDevice().getAnonymizedAddress() in setProfileEnabledWhenChangingLeAudio()
476 + profileDevice.getDevice().getAnonymizedAddress() in setProfileEnabledWhenChangingLeAudio()
DBluetoothDetailsSpatialAudioController.java292 + mCachedDevice.getDevice().getAnonymizedAddress() in getAvailableDevice()
318 + mCachedDevice.getDevice().getAnonymizedAddress() in getAvailableDeviceByProfileState()
DBluetoothKeyMissingReceiver.java72 "Device " + device.getAnonymizedAddress() + " is already unbonded, skip."); in onReceive()
DBluetoothDetailsAudioDeviceTypeController.java172 + mCachedDevice.getDevice().getAnonymizedAddress() in createAudioDeviceTypePreference()
DBluetoothDeviceUpdater.java359 Log.d(getLogTag(), "removePreference key: " + bluetoothDevice.getAnonymizedAddress()); in refreshPreference()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingUtils.java94 Log.d(TAG, "Skip device due to not being cached: " + device.getAnonymizedAddress()); in fetchConnectedDevicesByGroupId()
101 "Skip device due to no valid group id: " + device.getAnonymizedAddress()); in fetchConnectedDevicesByGroupId()
149 + leadDevice.getDevice().getAnonymizedAddress()); in buildOrderedConnectedLeadDevices()
186 : leadDevice.getDevice().getAnonymizedAddress())); in getLeadDevice()
290 + sink.getAnonymizedAddress()); in addSourceToTargetSinks()
298 + sink.getAnonymizedAddress()); in addSourceToTargetSinks()
DAudioSharingDeviceVolumePreference.java127 builder.append(", device=").append(mCachedDevice.getDevice().getAnonymizedAddress()); in toString()
175 + device.getAnonymizedAddress() in setDeviceVolume()
DAudioSharingDeviceVolumeGroupController.java106 + device.getAnonymizedAddress());
261 : cachedDevice.getDevice().getAnonymizedAddress(); in onDeviceAdded()
283 : volumePref.getCachedDevice().getDevice().getAnonymizedAddress(); in onDeviceRemoved()
DAudioSharingDialogHandler.java190 String anonymizedAddress = cachedDevice.getDevice().getAnonymizedAddress(); in handleDeviceConnected()
284 String deviceAddress = btDevice == null ? "" : btDevice.getAnonymizedAddress(); in handleLeAudioDeviceConnected()
505 + cachedDevice.getDevice().getAnonymizedAddress()); in closeOpeningDialogsForNonLeaDevice()
DAudioSharingCallAudioPreferenceController.java256 + activeDevice.getDevice().getAnonymizedAddress() in onActiveDeviceChanged()
340 String addr = lead.getDevice().getAnonymizedAddress(); in setCallAudioGroup()
DAudioSharingDeviceVolumeControlUpdater.java103 Log.d(TAG, "removePreference key: " + key.getAnonymizedAddress()); in refreshPreference()
DAudioSharingJoinHandlerController.java277 Log.d(TAG, "handleDeviceConnectedFromIntent, device = " + device.getAnonymizedAddress()); in handleDeviceConnectedFromIntent()
DAudioSharingSwitchBarController.java484 + activeDevice.getDevice().getAnonymizedAddress() in onActiveDeviceChanged()
506 Log.d(TAG, "handleAutoAddSourceAfterPair, device = " + device.getAnonymizedAddress()); in handleAutoAddSourceAfterPair()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DDatabaseManager.java767 + metadata.getAnonymizedAddress()); in getMostRecentlyConnectedDevices()
820 + metadata.getAnonymizedAddress()); in getMostRecentlyConnectedA2dpDevice()
849 + entry.getValue().getAnonymizedAddress()); in getMostRecentlyActiveHfpDevice()
883 + metadata.getAnonymizedAddress() in compactLastConnectionTime()
1224 + (" address=" + data.getAnonymizedAddress()) in createMetadata()
1267 Log.v(TAG, "cacheMetadata: found device " + data.getAnonymizedAddress()); in cacheMetadata()
1475 Log.d(TAG, "updateDatabase " + data.getAnonymizedAddress()); in updateDatabase()
1533 mMetadataChangedLog.add(uidPid + ": " + data.getAnonymizedAddress() + " " + log); in logMetadataChange()
DMetadata.java141 public String getAnonymizedAddress() { in getAnonymizedAddress() method in Metadata
463 builder.append(getAnonymizedAddress()) in toString()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsExtraOptionsControllerTest.java63 when(mBluetoothDevice.getAnonymizedAddress()).thenReturn(MAC_ADDRESS); in setUp()
DBluetoothDetailsAudioDeviceTypeControllerTest.java80 when(mBluetoothDevice.getAnonymizedAddress()).thenReturn(MAC_ADDRESS); in setUp()
/packages/apps/Settings/src/com/android/settings/accessibility/
DHearingDeviceAudioRoutingBasePreferenceController.java110 + hearingDevice.getDevice().getAnonymizedAddress()); in trySetAudioRoutingConfig()
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDisconnectDialogFragmentTest.java118 when(mDevice1.getAnonymizedAddress()).thenReturn(TEST_ADDRESS1); in setUp()
119 when(mDevice3.getAnonymizedAddress()).thenReturn(TEST_ADDRESS3); in setUp()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsHelper.java281 + cachedDevice.getDevice().getAnonymizedAddress()); in hasBroadcastSource()
292 + device.getDevice().getAnonymizedAddress()); in hasBroadcastSource()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DHearingDeviceAudioRoutingBasePreferenceControllerTest.java108 when(mBluetoothDevice.getAnonymizedAddress()).thenReturn(TEST_DEVICE_ADDRESS); in setUp()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DDistanceMeasurementManager.java160 params.getDevice().getAnonymizedAddress() + " already registered"); in startMeasurementSession()

12