Home
last modified time | relevance | path

Searched refs:TestStaticWallpaperInfo (Results 1 – 9 of 9) sorted by relevance

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestStaticWallpaperInfo.java34 public class TestStaticWallpaperInfo extends WallpaperInfo { class
37 public static final Parcelable.Creator<TestStaticWallpaperInfo> CREATOR =
38 new Parcelable.Creator<TestStaticWallpaperInfo>() {
40 public TestStaticWallpaperInfo createFromParcel(Parcel in) {
41 return new TestStaticWallpaperInfo(in);
45 public TestStaticWallpaperInfo[] newArray(int size) {
46 return new TestStaticWallpaperInfo[size];
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
[all …]
DTestCurrentWallpaperInfoFactory.java66 TestStaticWallpaperInfo wallpaper = new TestStaticWallpaperInfo( in createTestWallpaperInfo()
67 TestStaticWallpaperInfo.COLOR_DEFAULT); in createTestWallpaperInfo()
DTestCategoryProvider.java42 WallpaperInfo wallpaperInfo = new TestStaticWallpaperInfo(0); in TestCategoryProvider()
DFakeDefaultCategoryFactory.kt105 val fakeAsset = TestAsset(TestStaticWallpaperInfo.COLOR_DEFAULT, false)
DWallpaperModelUtils.kt51 val DEFAULT_ASSET = TestAsset(TestStaticWallpaperInfo.COLOR_DEFAULT, false)
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/module/
DDefaultWallpaperPersisterTest.java46 import com.android.wallpaper.testing.TestStaticWallpaperInfo;
109 TestStaticWallpaperInfo wallpaperInfo = newStaticWallpaperInfo(); in setBitmapWallpaper_succeeds()
121 TestStaticWallpaperInfo wallpaperInfo = newStaticWallpaperInfo(); in setBitmapWallpaper_setsActionUrl()
134 private static TestStaticWallpaperInfo newStaticWallpaperInfo() { in newStaticWallpaperInfo()
139 TestStaticWallpaperInfo wallpaperInfo = new TestStaticWallpaperInfo( in newStaticWallpaperInfo()
140 TestStaticWallpaperInfo.COLOR_DEFAULT); in newStaticWallpaperInfo()
149 private void prepareWallpaperSetFromInfo(TestStaticWallpaperInfo wallpaperInfo) { in prepareWallpaperSetFromInfo()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/preview/ui/fragment/
DSmallPreviewFragmentTest.kt24 import com.android.wallpaper.testing.TestStaticWallpaperInfo
34 TestStaticWallpaperInfo(TestStaticWallpaperInfo.COLOR_DEFAULT).setWallpaperAttributions()
44 private fun TestStaticWallpaperInfo.setWallpaperAttributions(): WallpaperInfo { in TestStaticWallpaperInfo() method
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/preview/ui/
DWallpaperPreviewActivityTest.kt28 import com.android.wallpaper.testing.TestStaticWallpaperInfo in <lambda>()
53 TestStaticWallpaperInfo(TestStaticWallpaperInfo.COLOR_DEFAULT).setWallpaperAttributions() in <lambda>()
83 private fun TestStaticWallpaperInfo.setWallpaperAttributions(): WallpaperInfo { in <lambda>() method
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/
DPreviewActivityTest.java59 import com.android.wallpaper.testing.TestStaticWallpaperInfo;
93 private TestStaticWallpaperInfo mTestStaticWallpaper;
119 mTestStaticWallpaper = new TestStaticWallpaperInfo(TestStaticWallpaperInfo.COLOR_DEFAULT); in setUp()
125 mTestLiveWallpaper = new TestLiveWallpaperInfo(TestStaticWallpaperInfo.COLOR_DEFAULT); in setUp()