Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestSuiteStub.java78 protected boolean mLogFiles = false; field in TestSuiteStub
97 if (mLogFiles) { in testAttempt()
112 if (mLogFiles) { in testAttempt()
126 if (mLogFiles) { in testAttempt()
134 if (mLogFiles) { in testAttempt()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/
DGameQualificationResultReporter.java58 private List<LogFile> mLogFiles = new ArrayList<>(); field in GameQualificationResultReporter
95 mLogFiles.add(logFile); in testLogSaved()
127 if (getMergedTestRunResults().isEmpty() && mLogFiles.isEmpty()) { in getInvocationSummary()
133 if (!mLogFiles.isEmpty()) { in getInvocationSummary()
135 for (LogFile logFile : mLogFiles) { in getInvocationSummary()