Home
last modified time | relevance | path

Searched refs:viewOnlyPreviewActivityIntentFactory (Results 1 – 2 of 2) sorted by relevance

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestInjector.kt96 private var viewOnlyPreviewActivityIntentFactory: InlinePreviewIntentFactory? = null variable in com.android.wallpaper.testing.TestInjector
325 return viewOnlyPreviewActivityIntentFactory in getViewOnlyPreviewActivityIntentFactory()
327 viewOnlyPreviewActivityIntentFactory = it in getViewOnlyPreviewActivityIntentFactory()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPicker2Injector.kt95 private var viewOnlyPreviewActivityIntentFactory: InlinePreviewIntentFactory? = null variable in com.android.wallpaper.module.WallpaperPicker2Injector
386 return viewOnlyPreviewActivityIntentFactory in getViewOnlyPreviewActivityIntentFactory()
388 viewOnlyPreviewActivityIntentFactory = it in getViewOnlyPreviewActivityIntentFactory()