Searched refs:spyService (Results 1 – 3 of 3) 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()
109 AppWidgetManager manager = mModelHelper.sandboxContext.spyService(AppWidgetManager.class); in setup()
546 public <T> T spyService(Class<T> tClass) { in spyService() method in LauncherModelHelper.SanboxModelContext