Searched refs:existingUuid (Results 1 – 1 of 1) sorted by relevance
101 String existingUuid = mUuids.putIfAbsent(handle, newUuid); in getHandleUuid() local102 if (existingUuid != null) return existingUuid; in getHandleUuid()