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.java640 SnippetProto snippetProto = searchResultProto.getResults(0).getSnippet(); in testCJKTSnippets() local
641 assertThat(snippetProto.getEntriesList()).hasSize(1); in testCJKTSnippets()
642 SnippetProto.EntryProto entryProto = snippetProto.getEntries(0); in testCJKTSnippets()
707 SnippetProto snippetProto = searchResultProto.getResults(0).getSnippet(); in testUtf16MultiByteSnippets() local
708 assertThat(snippetProto.getEntriesList()).hasSize(1); in testUtf16MultiByteSnippets()
709 SnippetProto.EntryProto entryProto = snippetProto.getEntries(0); in testUtf16MultiByteSnippets()