Searched refs:spyService (Results 1 – 1 of 1) sorted by relevance
81 InlineSuggestionRenderServiceImpl spyService = Mockito.spy(mService); in testOnRenderSuggestion_hasStyleHasAttributionIntentInlinePresentation() local82 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()