Searched refs:reportHostLog (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | TestInvocation.java | 586 reportHostLog(listener, config); in performInvocation() 703 private void reportHostLog(ITestInvocationListener listener, IConfiguration config) { in reportHostLog() method in TestInvocation 708 reportHostLog(listener, config, name); in reportHostLog() 711 private void reportHostLog( in reportHostLog() method in TestInvocation 952 reportHostLog(listener, config); in invokeFetchBuild() 1012 reportHostLog(listener, config); in invokeRemoteDynamic() 1280 reportHostLog(listener, config); in invoke() 1308 reportHostLog(listener, config); in invoke() 1357 reportHostLog(listener, config); in invoke() 1382 reportHostLog(listener, config); in invoke() [all …]
|
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/ |
D | TestInvocationTest.java | 396 Throwable throwable, boolean stubFailures, boolean reportHostLog) throws IOException { in stubMockFailureListeners() argument 397 stubMockListeners(InvocationStatus.FAILED, throwable, stubFailures, reportHostLog, false); in stubMockFailureListeners() 401 Throwable throwable, boolean stubFailures, boolean reportHostLog) throws IOException { in verifyMockFailureListeners() argument 403 InvocationStatus.FAILED, throwable, stubFailures, reportHostLog, false, false); in verifyMockFailureListeners() 536 boolean reportHostLog, in stubMockListeners() argument 605 if (reportHostLog) { in stubMockListeners() 619 boolean reportHostLog, in verifyMockListeners() argument 772 if (reportHostLog) { in verifyMockListeners()
|