Searched refs:anonymizedAddress (Results 1 – 3 of 3) sorted by relevance
813 String anonymizedAddress = cachedDevice.getDevice().getAnonymizedAddress(); in getGroupId() local815 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()
1199 String anonymizedAddress = cachedDevice.getDevice().getAnonymizedAddress(); in getGroupId() local1201 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()
10873 String anonymizedAddress = Utils.anonymizeBluetoothAddress(ada.getAddress()); in retrieveBluetoothAddressUncheked() local10877 && anonymizedAddress.equals(Utils.anonymizeBluetoothAddress( in retrieveBluetoothAddressUncheked()