Home
last modified time | relevance | path

Searched defs:addTestArtifact (Results 1 – 1 of 1) sorted by relevance

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DTestUtils.java516 public void addTestArtifact(String name, LogDataType type, byte[] bytes) { in addTestArtifact() method in TestUtils.TestLogDataTestArtifactReceiver
521 public void addTestArtifact(String name, LogDataType type, File file) { in addTestArtifact() method in TestUtils.TestLogDataTestArtifactReceiver
526 public void addTestArtifact(String name, LogDataType type, InputStreamSource source) { in addTestArtifact() method in TestUtils.TestLogDataTestArtifactReceiver
540 void addTestArtifact(String name, LogDataType type, byte[] bytes); in addTestArtifact() method
549 void addTestArtifact(String name, LogDataType type, InputStreamSource inputStreamSource); in addTestArtifact() method
558 void addTestArtifact(String name, LogDataType type, File file); in addTestArtifact() method