Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java558 Map<String, Any> fullmap = new HashMap<>(); in logAssociation() local
559 fullmap.putAll(current.getArtifactsMap()); in logAssociation()
567 } while (fullmap.containsKey(key)); in logAssociation()
568 fullmap.put(key, any); in logAssociation()
569 current.putAllArtifacts(fullmap); in logAssociation()