Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtManager.java101 String existingUuid = mUuids.putIfAbsent(handle, newUuid); in getHandleUuid() local
102 if (existingUuid != null) return existingUuid; in getHandleUuid()