Home
last modified time | relevance | path

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

/packages/modules/ExtServices/java/tests/src/android/ext/services/autofill/
DInlineSuggestionRenderServiceImplTest.java81 InlineSuggestionRenderServiceImpl spyService = Mockito.spy(mService); in testOnRenderSuggestion_hasStyleHasAttributionIntentInlinePresentation() local
82 spyService.attachBaseContext(ApplicationProvider.getApplicationContext()); in testOnRenderSuggestion_hasStyleHasAttributionIntentInlinePresentation()
84 View view = spyService.onRenderSuggestion( in testOnRenderSuggestion_hasStyleHasAttributionIntentInlinePresentation()
90 Mockito.verify(spyService, Mockito.times(1)).startIntentSender(any(IntentSender.class)); in testOnRenderSuggestion_hasStyleHasAttributionIntentInlinePresentation()