Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingUtils.java346 String anonymizedAddress = cachedDevice.getDevice().getAnonymizedAddress(); in getGroupId() local
348 Log.d(TAG, "getGroupId by CSIP profile for device: " + anonymizedAddress); in getGroupId()
353 Log.d(TAG, "getGroupId by LEA profile for device: " + anonymizedAddress); in getGroupId()
357 Log.d(TAG, "getGroupId return invalid id for device: " + anonymizedAddress); in getGroupId()
DAudioSharingDialogHandler.java177 String anonymizedAddress = cachedDevice.getDevice().getAnonymizedAddress(); in handleDeviceConnected() local
181 Log.d(TAG, "Handle non LE audio device connected, device = " + anonymizedAddress); in handleDeviceConnected()
185 Log.d(TAG, "Handle LE audio device connected, device = " + anonymizedAddress); in handleDeviceConnected()