Searched defs:spyService (Results 1 – 2 of 2) sorted by relevance
81 InlineSuggestionRenderServiceImpl spyService = Mockito.spy(mService); in testOnRenderSuggestion_hasStyleHasAttributionIntentInlinePresentation() local
546 public <T> T spyService(Class<T> tClass) { in spyService() method in LauncherModelHelper.SanboxModelContext