Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/build/content/
DTestContentAnalyzerTest.java75 TestContentAnalyzer analyzer = in testAnalyzeTestsDir_withChange()
76 new TestContentAnalyzer( in testAnalyzeTestsDir_withChange()
105 TestContentAnalyzer analyzer = in testAnalyzeTestsDir_noChange()
106 new TestContentAnalyzer( in testAnalyzeTestsDir_noChange()
141 TestContentAnalyzer analyzer = in testAnalyzeXtsSuite_withChange()
142 new TestContentAnalyzer( in testAnalyzeXtsSuite_withChange()
177 TestContentAnalyzer analyzer = in testAnalyzeXtsSuite_withDiscovery()
178 new TestContentAnalyzer( in testAnalyzeXtsSuite_withDiscovery()
212 TestContentAnalyzer analyzer = in testAnalyzeXtsSuite_noChange()
213 new TestContentAnalyzer( in testAnalyzeXtsSuite_noChange()
/tools/tradefederation/core/src/com/android/tradefed/result/skipped/
DArtifactsAnalyzer.java23 import com.android.tradefed.build.content.TestContentAnalyzer;
93 InvocationMetricKey.TestContentAnalyzer.toString())) { in analyzeArtifacts()
94 TestContentAnalyzer analyzer = in analyzeArtifacts()
95 new TestContentAnalyzer( in analyzeArtifacts()
/tools/tradefederation/core/src/com/android/tradefed/build/content/
DImageContentAnalyzer.java126 TestContentAnalyzer.analyzeContentDiff( in buildKeyAnalysis()
144 TestContentAnalyzer.analyzeContentDiff( in deviceImageAnalysis()
DTestContentAnalyzer.java43 public class TestContentAnalyzer { class
51 public TestContentAnalyzer( in TestContentAnalyzer() method in TestContentAnalyzer
/tools/tradefederation/core/common_util/com/android/tradefed/invoker/logger/
DInvocationMetricLogger.java386 TestContentAnalyzer("TestContentAnalyzer", true), enumConstant