/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/mobly/ |
D | MoblyBinaryHostTestTest.java | 138 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/ |
D | TestInvocation.java | 303 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()
|
D | InvocationExecution.java | 293 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
|
D | IInvocationExecution.java | 174 public void reportLogs(ITestDevice device, ITestLogger logger, Stage stage); in reportLogs() method
|
D | DelegatedInvocationExecution.java | 68 public void reportLogs(ITestDevice device, ITestLogger logger, Stage stage) { in reportLogs() method in DelegatedInvocationExecution
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/ |
D | MoblyBinaryHostTest.java | 153 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/ |
D | StreamProtoReceiver.java | 123 boolean reportLogs, in StreamProtoReceiver() argument 128 mParser.setReportLogs(reportLogs); in StreamProtoReceiver()
|
D | ProtoResultParser.java | 121 public void setReportLogs(boolean reportLogs) { in setReportLogs() argument 122 mReportLogs = reportLogs; in setReportLogs()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/ |
D | ParentSandboxInvocationExecution.java | 148 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/ |
D | ParentSandboxInvocationExecutionTest.java | 169 mParentSandbox.reportLogs( in testParentConfig_errorStage()
|