Searched defs:addTestArtifact (Results 1 – 1 of 1) sorted by relevance
| /test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/ |
| D | TestUtils.java | 466 public void addTestArtifact(String name, LogDataType type, byte[] bytes) { in addTestArtifact() method in TestUtils.TestLogDataTestArtifactReceiver 471 public void addTestArtifact(String name, LogDataType type, File file) { in addTestArtifact() method in TestUtils.TestLogDataTestArtifactReceiver 476 public void addTestArtifact(String name, LogDataType type, InputStreamSource source) { in addTestArtifact() method in TestUtils.TestLogDataTestArtifactReceiver 490 void addTestArtifact(String name, LogDataType type, byte[] bytes); in addTestArtifact() method 499 void addTestArtifact(String name, LogDataType type, InputStreamSource inputStreamSource); in addTestArtifact() method 508 void addTestArtifact(String name, LogDataType type, File file); in addTestArtifact() method
|