Home
last modified time | relevance | path

Searched defs:TestStaticWallpaperInfo (Results 1 – 3 of 3) sorted by relevance

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestStaticWallpaperInfo.java34 public class TestStaticWallpaperInfo extends WallpaperInfo { class
62 public TestStaticWallpaperInfo(int pixelColor) { in TestStaticWallpaperInfo() method in TestStaticWallpaperInfo
67 public TestStaticWallpaperInfo(int pixelColor, String id) { in TestStaticWallpaperInfo() method in TestStaticWallpaperInfo
76 private TestStaticWallpaperInfo(Parcel in) { in TestStaticWallpaperInfo() method in TestStaticWallpaperInfo
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/preview/ui/fragment/
DSmallPreviewFragmentTest.kt44 private fun TestStaticWallpaperInfo.setWallpaperAttributions(): WallpaperInfo { in TestStaticWallpaperInfo() method
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/preview/ui/
DWallpaperPreviewActivityTest.kt83 private fun TestStaticWallpaperInfo.setWallpaperAttributions(): WallpaperInfo { in <lambda>() method