Home
last modified time | relevance | path

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

/external/icing/java/tests/instrumentation/src/com/google/android/icing/
DIcingSearchEngineTest.java1115 SnippetProto snippetProto = searchResultProto.getResults(0).getSnippet(); in testCJKTSnippets() local
1116 assertThat(snippetProto.getEntriesList()).hasSize(1); in testCJKTSnippets()
1117 SnippetProto.EntryProto entryProto = snippetProto.getEntries(0); in testCJKTSnippets()
1184 SnippetProto snippetProto = searchResultProto.getResults(0).getSnippet(); in testUtf16MultiByteSnippets() local
1185 assertThat(snippetProto.getEntriesList()).hasSize(1); in testUtf16MultiByteSnippets()
1186 SnippetProto.EntryProto entryProto = snippetProto.getEntries(0); in testUtf16MultiByteSnippets()