Searched refs:existingValue (Results 1 – 4 of 4) sorted by relevance
138 final V existingValue = get(key); in putIfAbsent() local139 if (existingValue == null) { in putIfAbsent()142 return existingValue; in putIfAbsent()
124 val existingValue = runAsShell(*readWritePermissions) { in <lambda>() constant128 originalConfig[keyPair] = existingValue in <lambda>()131 if (existingValue == value) { in <lambda>()
216 byte[] existingValue = null; in onRequest()218 existingValue = mContents.get(key); in onRequest()228 Constants.EXTRA_RESULT, new ByteArrayParceledSlice(existingValue)); in onRequest()
358 VehiclePropValue existingValue = mValues.get(propId); in getValues() local359 if (existingValue != null) { in getValues()360 resultValue = existingValue; in getValues()