Searched refs:MAX_SNIPPET_FIELD (Results 1 – 2 of 2) sorted by relevance
61 static final String MAX_SNIPPET_FIELD = "maxSnippet"; field in SearchSpec272 return mBundle.getInt(MAX_SNIPPET_FIELD); in getMaxSnippetSize()657 bundle.putInt(MAX_SNIPPET_FIELD, mMaxSnippetSize); in build()
54 assertThat(bundle.getInt(SearchSpec.MAX_SNIPPET_FIELD)).isEqualTo(15); in testGetBundle()