Home
last modified time | relevance | path

Searched refs:spyService (Results 1 – 17 of 17) 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.java126 mLauncherApps = mModelHelper.sandboxContext.spyService(LauncherApps.class); in setup()
138 AppWidgetManager manager = mModelHelper.sandboxContext.spyService(AppWidgetManager.class); in setup()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/
DLauncherSwipeHandlerV2Test.kt74 sandboxContext.spyService(DisplayManager::class.java)
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DVibratorWrapperTest.kt57 vibrator = context.spyService(Vibrator::class.java) in setup()
DLauncherModelHelper.java301 public <T> T spyService(Class<T> tClass) { in spyService() method in LauncherModelHelper.SandboxModelContext
DDisplayControllerTest.kt105 displayManager = context.spyService(DisplayManager::class.java) in <lambda>()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/recents/window/
DRecentsDisplayModelTest.kt53 private val displayManager: DisplayManager = context.spyService(DisplayManager::class.java)
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DActiveTrackpadListTest.kt54 inputManager = context.spyService(InputManager::class.java) in setup()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/
DGeneratedPreviewTest.kt82 val widgetManager = context.spyService(AppWidgetManager::class.java) in <lambda>()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/picker/
DWidgetRecommendationCategoryProviderTest.java106 mLauncherApps = mContext.spyService(LauncherApps.class); in setUp()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/pm/
DInstallSessionTrackerTest.kt61 launcherApps = sandboxContext.spyService(LauncherApps::class.java) in setup()
/packages/apps/Launcher3/tests/src/com/android/launcher3/pm/
DInstallSessionHelperTest.kt64 launcherApps = sandboxContext.spyService(LauncherApps::class.java) in setup()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/model/
DPackageUpdatedTaskTest.kt96 mContext.spyService(LauncherApps::class.java).apply { in setup()
DShortcutsChangedTaskTest.kt93 launcherApps = context.spyService(LauncherApps::class.java) in <lambda>()
DWorkspaceItemProcessorTest.kt124 mContext.spyService(LauncherApps::class.java).apply { in setup()
/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/
DSystemShortcutTest.java137 LauncherApps mLauncherApps = mSandboxContext.spyService(LauncherApps.class); in setUp()
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DLoaderTaskTest.kt131 .`when`(context.spyService(AppWidgetManager::class.java)) in <lambda>()