Home
last modified time | relevance | path

Searched defs:existingValue (Results 1 – 2 of 2) sorted by relevance

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DAnnotationFilter.kt163 val existingValue = existingAnnotation.findAttribute(attribute.name)?.value in annotationsMatch() constant
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestRunResult.java420 String existingValue = mRunMetrics.get(entry.getKey()); in testRunEnded() local
454 private String combineValues(String existingValue, String newValue) { in combineValues()