Searched refs:spyService (Results 1 – 5 of 5) 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()
112 mLauncherApps = mModelHelper.sandboxContext.spyService(LauncherApps.class); in setup()124 AppWidgetManager manager = mModelHelper.sandboxContext.spyService(AppWidgetManager.class); in setup()
272 public <T> T spyService(Class<T> tClass) { in spyService() method in LauncherModelHelper.SandboxModelContext
106 .`when`(context.spyService(AppWidgetManager::class.java)) in setup()
112 LauncherApps mLauncherApps = mSandboxContext.spyService(LauncherApps.class); in setUp()