Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DPreviewActionsViewModelTest.kt45 import com.android.wallpaper.testing.WallpaperModelUtils
126 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>()
231 WallpaperModelUtils.getLiveWallpaperModel( in <lambda>()
276 WallpaperModelUtils.getStaticWallpaperModel( in getDownloadableWallpaperModel()
DStaticWallpaperPreviewViewModelTest.kt43 import com.android.wallpaper.testing.WallpaperModelUtils
151 WallpaperModelUtils.getStaticWallpaperModel( in staticWallpaperModel_withStaticWallpaper_shouldEmitNonNullValue()
179 WallpaperModelUtils.getLiveWallpaperModel( in staticWallpaperModel_withLiveWallpaper_shouldNotEmit()
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()
[all …]
DWallpaperPreviewViewModelTest.kt56 import com.android.wallpaper.testing.WallpaperModelUtils
220 val model = WallpaperModelUtils.getStaticWallpaperModel("testId", "testCollection") in clickSmallPreview_isSelectedPreview_updatesFullWallpaperPreviewConfig()
274 WallpaperModelUtils.getStaticWallpaperModel( in clickCropButton_updatesCropHintsInfo()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/domain/interactor/
DWallpaperPreviewInteractorTest.kt35 import com.android.wallpaper.testing.WallpaperModelUtils
126 val asset = WallpaperModelUtils.DEFAULT_ASSET in <lambda>()
128 WallpaperModelUtils.getStaticWallpaperModel( in <lambda>()
163 WallpaperModelUtils.getLiveWallpaperModel( in <lambda>()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DFakeDefaultWallpaperModelFactory.kt38 ?: WallpaperModelUtils.getLiveWallpaperModel( in getWallpaperModel()
47 ?: WallpaperModelUtils.getStaticWallpaperModel( in getWallpaperModel()
DWallpaperModelUtils.kt39 class WallpaperModelUtils { class
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/data/repository/
DWallpaperPreviewRepositoryTest.kt32 import com.android.wallpaper.testing.WallpaperModelUtils
33 import com.android.wallpaper.testing.WallpaperModelUtils.Companion.getStaticWallpaperModel
197 return WallpaperModelUtils.getLiveWallpaperModel( in getTestLiveWallpaperModel()
/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>()