Home
last modified time | relevance | path

Searched defs:information (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/build/content/
DContentAnalysisContext.java34 private final ContentInformation information; field in ContentAnalysisContext
46 String contentEntry, ContentInformation information, AnalysisMethod method) { in ContentAnalysisContext()
DTestContentAnalyzer.java47 private final TestInformation information; field in TestContentAnalyzer
54 TestInformation information, in TestContentAnalyzer()
440 ContentInformation information, String entry) { in analyzeContentDiff()
/tools/tradefederation/core/src/com/android/tradefed/result/skipped/
DArtifactsAnalyzer.java51 private final TestInformation information; field in ArtifactsAnalyzer
60 TestInformation information, in ArtifactsAnalyzer()
DSkipManager.java174 public boolean shouldSkipInvocation(TestInformation information, IConfiguration configuration) { in shouldSkipInvocation()
268 private boolean buildAnalysisDecision(TestInformation information, BuildAnalysis results) { in buildAnalysisDecision()