Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/content/
DImageContentAnalyzer.java53 if (context.contentInformation() != null in evaluate()
54 && !context.contentInformation().currentBuildId.startsWith("P")) { in evaluate()
127 context.contentInformation(), context.contentEntry()); in buildKeyAnalysis()
145 context.contentInformation(), context.contentEntry()); in deviceImageAnalysis()
DTestContentAnalyzer.java75 if (context.contentInformation() != null in evaluate()
76 && !context.contentInformation().currentBuildId.startsWith("P")) { in evaluate()
157 analyzeContentDiff(context.contentInformation(), context.contentEntry()); in xtsAnalysis()
266 analyzeContentDiff(context.contentInformation(), context.contentEntry()); in fileAnalysis()
314 analyzeContentDiff(context.contentInformation(), context.contentEntry()); in workdirAnalysis()
440 analyzeContentDiff(context.contentInformation(), context.contentEntry()); in buildKeyAnalysis()
DContentAnalysisContext.java56 public ContentInformation contentInformation() { in contentInformation() method in ContentAnalysisContext
/tools/tradefederation/core/src/com/android/tradefed/result/skipped/
DSkipManager.java254 if (request.contentInformation() != null) { in clearManager()
255 request.contentInformation().clean(); in clearManager()
259 if (request.contentInformation() != null) { in clearManager()
260 request.contentInformation().clean(); in clearManager()