Home
last modified time | relevance | path

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

/packages/modules/ExtServices/java/tests/src/android/ext/services/autofill/
DInlineSuggestionRenderServiceImplTest.java76 () -> 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()
/packages/modules/ExtServices/java/src/android/ext/services/autofill/
DInlineSuggestionRenderServiceImpl.java47 public View onRenderSuggestion(@NonNull InlinePresentation presentation, in onRenderSuggestion() method in InlineSuggestionRenderServiceImpl