Home
last modified time | relevance | path

Searched refs:getStaticWallpaperModel (Results 1 – 8 of 8) sorted by relevance

/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DPreviewActionsViewModelTest.kt126 val model = WallpaperModelUtils.getStaticWallpaperModel("testId", "testCollection") in <lambda>()
138 val model = WallpaperModelUtils.getStaticWallpaperModel("testId", "testCollection") in <lambda>()
147 val model = WallpaperModelUtils.getStaticWallpaperModel("testId", "testCollection") in <lambda>()
153 WallpaperModelUtils.getStaticWallpaperModel( in <lambda>()
164 val model = WallpaperModelUtils.getStaticWallpaperModel("testId", "testCollection") in <lambda>()
177 val model = WallpaperModelUtils.getStaticWallpaperModel("testId", "testCollection") in <lambda>()
276 WallpaperModelUtils.getStaticWallpaperModel( in getDownloadableWallpaperModel()
DStaticWallpaperPreviewViewModelTest.kt151 WallpaperModelUtils.getStaticWallpaperModel( in staticWallpaperModel_withStaticWallpaper_shouldEmitNonNullValue()
197 WallpaperModelUtils.getStaticWallpaperModel( in lowResBitmap_withStaticWallpaper_shouldEmitNonNullValue()
214 WallpaperModelUtils.getStaticWallpaperModel( in fullResWallpaperViewModel_withStaticWallpaperAndNullCropHints_shouldEmitNonNullValue()
234 WallpaperModelUtils.getStaticWallpaperModel( in fullResWallpaperViewModel_withStaticWallpaperAndCropHints_shouldEmitNonNullValue()
264 WallpaperModelUtils.getStaticWallpaperModel( in subsamplingScaleImageViewModel_withStaticWallpaperAndCropHints_shouldEmitNonNullValue()
301 WallpaperModelUtils.getStaticWallpaperModel( in wallpaperColors_withStoredColorsAndNullCropHints_returnsColorsStoredInPreferences()
336 WallpaperModelUtils.getStaticWallpaperModel( in wallpaperColors_withNoStoredColorsAndNullCropHints_returnsClientWallpaperColors()
376 WallpaperModelUtils.getStaticWallpaperModel( in wallpaperColors_withStoredColorsAndNonNullCropHints_returnsClientWallpaperColors()
418 WallpaperModelUtils.getStaticWallpaperModel( in wallpaperColors_withNoStoredColorsAndNonNullCropHints_returnsClientWallpaperColors()
DWallpaperPreviewViewModelTest.kt220 val model = WallpaperModelUtils.getStaticWallpaperModel("testId", "testCollection") in clickSmallPreview_isSelectedPreview_updatesFullWallpaperPreviewConfig()
274 WallpaperModelUtils.getStaticWallpaperModel( in clickCropButton_updatesCropHintsInfo()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DFakeDefaultWallpaperModelFactory.kt47 ?: WallpaperModelUtils.getStaticWallpaperModel( in getWallpaperModel()
57 fun getStaticWallpaperModel(): WallpaperModel? { in getStaticWallpaperModel() method
DWallpaperModelUtils.kt54 fun getStaticWallpaperModel( in getStaticWallpaperModel() method
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/data/repository/
DWallpaperPreviewRepositoryTest.kt33 import com.android.wallpaper.testing.WallpaperModelUtils.Companion.getStaticWallpaperModel
81 getStaticWallpaperModel( in setWallpaperModel()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/data/repository/
DImageEffectsRepositoryImplTest.kt40 import com.android.wallpaper.testing.WallpaperModelUtils.Companion.getStaticWallpaperModel in <lambda>()
73 getStaticWallpaperModel( in <lambda>()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/domain/interactor/
DWallpaperPreviewInteractorTest.kt128 WallpaperModelUtils.getStaticWallpaperModel( in <lambda>()