/packages/modules/ExtServices/java/tests/src/android/ext/services/autofill/ |
D | InlineSuggestionRenderServiceImplTest.java | 81 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/ |
D | WidgetsPredicationUpdateTaskTest.java | 126 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/ |
D | LauncherSwipeHandlerV2Test.kt | 74 sandboxContext.spyService(DisplayManager::class.java)
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/ |
D | VibratorWrapperTest.kt | 57 vibrator = context.spyService(Vibrator::class.java) in setup()
|
D | LauncherModelHelper.java | 301 public <T> T spyService(Class<T> tClass) { in spyService() method in LauncherModelHelper.SandboxModelContext
|
D | DisplayControllerTest.kt | 105 displayManager = context.spyService(DisplayManager::class.java) in <lambda>()
|
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/recents/window/ |
D | RecentsDisplayModelTest.kt | 53 private val displayManager: DisplayManager = context.spyService(DisplayManager::class.java)
|
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/ |
D | ActiveTrackpadListTest.kt | 54 inputManager = context.spyService(InputManager::class.java) in setup()
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/ |
D | GeneratedPreviewTest.kt | 82 val widgetManager = context.spyService(AppWidgetManager::class.java) in <lambda>()
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/picker/ |
D | WidgetRecommendationCategoryProviderTest.java | 106 mLauncherApps = mContext.spyService(LauncherApps.class); in setUp()
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/pm/ |
D | InstallSessionTrackerTest.kt | 61 launcherApps = sandboxContext.spyService(LauncherApps::class.java) in setup()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/pm/ |
D | InstallSessionHelperTest.kt | 64 launcherApps = sandboxContext.spyService(LauncherApps::class.java) in setup()
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/model/ |
D | PackageUpdatedTaskTest.kt | 96 mContext.spyService(LauncherApps::class.java).apply { in setup()
|
D | ShortcutsChangedTaskTest.kt | 93 launcherApps = context.spyService(LauncherApps::class.java) in <lambda>()
|
D | WorkspaceItemProcessorTest.kt | 124 mContext.spyService(LauncherApps::class.java).apply { in setup()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/ |
D | SystemShortcutTest.java | 137 LauncherApps mLauncherApps = mSandboxContext.spyService(LauncherApps.class); in setUp()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/ |
D | LoaderTaskTest.kt | 131 .`when`(context.spyService(AppWidgetManager::class.java)) in <lambda>()
|