Home
last modified time | relevance | path

Searched refs:TestDocument (Results 1 – 2 of 2) sorted by relevance

/external/icing/java/tests/instrumentation/src/androidx/appsearch/smoketest/
DAppSearchSmokeTest.java78 .addDocumentClasses(TestDocument.class) in smokeTestAnnotationProcessor()
82 TestDocument input = new TestDocument("uri1", "avocado"); in smokeTestAnnotationProcessor()
100 TestDocument output = result.getDocument().toDocumentClass(TestDocument.class); in smokeTestAnnotationProcessor()
DTestDocument.java23 public class TestDocument { class
29 TestDocument(String uri, String body) { in TestDocument() method in TestDocument