Home
last modified time | relevance | path

Searched refs:spyService (Results 1 – 5 of 5) 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()
/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/model/
DWidgetsPredicationUpdateTaskTest.java112 mLauncherApps = mModelHelper.sandboxContext.spyService(LauncherApps.class); in setup()
124 AppWidgetManager manager = mModelHelper.sandboxContext.spyService(AppWidgetManager.class); in setup()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DLauncherModelHelper.java272 public <T> T spyService(Class<T> tClass) { in spyService() method in LauncherModelHelper.SandboxModelContext
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DLoaderTaskTest.kt106 .`when`(context.spyService(AppWidgetManager::class.java)) in setup()
/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/
DSystemShortcutTest.java112 LauncherApps mLauncherApps = mSandboxContext.spyService(LauncherApps.class); in setUp()