Home
last modified time | relevance | path

Searched refs:getLiveWallpaperInfoFactory (Results 1 – 4 of 4) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPicker2Injector.kt135 getLiveWallpaperInfoFactory(context.applicationContext), in getCurrentWallpaperInfoFactory()
184 override fun getLiveWallpaperInfoFactory(context: Context): LiveWallpaperInfoFactory { in getLiveWallpaperInfoFactory() method in com.android.wallpaper.module.WallpaperPicker2Injector
DInjector.kt80 fun getLiveWallpaperInfoFactory(context: Context): LiveWallpaperInfoFactory in getApplicationCoroutineScope() method
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DLiveWallpaperInfo.java200 InjectorProvider.getInjector().getLiveWallpaperInfoFactory(context); in getAll()
237 InjectorProvider.getInjector().getLiveWallpaperInfoFactory(context); in getFromSpecifiedPackage()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestInjector.kt169 override fun getLiveWallpaperInfoFactory(context: Context): LiveWallpaperInfoFactory { in getLiveWallpaperInfoFactory() method in com.android.wallpaper.testing.TestInjector