Home
last modified time | relevance | path

Searched refs:reportLogs (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/mobly/
DMoblyBinaryHostTestTest.java138 verify(mSpyTest, never()).reportLogs(any(), any()); in testRun_withPythonBinariesOption_binaryNotFound()
178 verify(mSpyTest, never()).reportLogs(any(), any()); in testRun_withParFileNameOption_binaryNotFound()
220 Mockito.doNothing().when(mSpyTest).reportLogs(any(), any()); in testBuildCommandLineArrayWithOutConfig()
240 Mockito.doNothing().when(mSpyTest).reportLogs(any(), any()); in testBuildCommandLineArrayWithConfig()
262 Mockito.doNothing().when(mSpyTest).reportLogs(any(), any()); in testProcessYamlTestResultsSuccess()
271 Mockito.doNothing().when(mSpyTest).reportLogs(any(), any()); in testUpdateConfigFile()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java303 invocationPath.reportLogs(device, listener, Stage.TEST); in performInvocation()
376 invocationPath.reportLogs(device, listener, Stage.TEARDOWN); in performInvocation()
649 invocationPath.reportLogs(device, listener, Stage.ERROR); in invokeFetchBuild()
702 invocationPath.reportLogs(device, listener, Stage.ERROR); in invokeRemoteDynamic()
891 invocationPath.reportLogs(device, listener, Stage.ERROR); in invoke()
DInvocationExecution.java293 reportLogs(testInfo.getContext().getDevice(deviceName), listener, Stage.SETUP); in doSetup()
653 public void reportLogs(ITestDevice device, ITestLogger listener, Stage stage) { in reportLogs() method in InvocationExecution
DIInvocationExecution.java174 public void reportLogs(ITestDevice device, ITestLogger logger, Stage stage); in reportLogs() method
DDelegatedInvocationExecution.java68 public void reportLogs(ITestDevice device, ITestLogger logger, Stage stage) { in reportLogs() method in DelegatedInvocationExecution
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyBinaryHostTest.java153 reportLogs(getLogDir(), listener); in run()
366 protected void reportLogs(File logDir, ITestInvocationListener listener) { in reportLogs() method in MoblyBinaryHostTest
369 reportLogs(subFile, listener); in reportLogs()
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DStreamProtoReceiver.java123 boolean reportLogs, in StreamProtoReceiver() argument
128 mParser.setReportLogs(reportLogs); in StreamProtoReceiver()
DProtoResultParser.java121 public void setReportLogs(boolean reportLogs) { in setReportLogs() argument
122 mReportLogs = reportLogs; in setReportLogs()
/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecution.java148 public void reportLogs(ITestDevice device, ITestLogger logger, Stage stage) { in reportLogs() method in ParentSandboxInvocationExecution
153 super.reportLogs(device, logger, stage); in reportLogs()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecutionTest.java169 mParentSandbox.reportLogs( in testParentConfig_errorStage()