Searched refs:onRenderSuggestion (Results 1 – 2 of 2) sorted by relevance
76 () -> mService.onRenderSuggestion(/* presentation */ null, 0, 0)); in testOnRenderSuggestion_nullPresentation()84 View view = spyService.onRenderSuggestion( in testOnRenderSuggestion_hasStyleHasAttributionIntentInlinePresentation()95 assertThat(mService.onRenderSuggestion(INLINE_PRESENTATION_NO_STYLE_NO_INTENT, /* width= */ in testOnRenderSuggestion_noStyleNoAttributionIntentInlinePresentation()102 mService.onRenderSuggestion(INLINE_PRESENTATION_NO_STYLE_WITH_INTENT, /* width= */ in testOnRenderSuggestion_noStyleHasAttributionIntentInlinePresentation()109 mService.onRenderSuggestion(INLINE_PRESENTATION_WITH_STYLE_NO_INTENT, /* width= */ in testOnRenderSuggestion_hasStyleNoAttributionIntentInlinePresentation()
47 public View onRenderSuggestion(@NonNull InlinePresentation presentation, in onRenderSuggestion() method in InlineSuggestionRenderServiceImpl