Searched refs:TestStaticWallpaperInfo (Results 1 – 9 of 9) sorted by relevance
34 public class TestStaticWallpaperInfo extends WallpaperInfo { class37 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 TestStaticWallpaperInfo67 public TestStaticWallpaperInfo(int pixelColor, String id) { in TestStaticWallpaperInfo() method in TestStaticWallpaperInfo76 private TestStaticWallpaperInfo(Parcel in) { in TestStaticWallpaperInfo() method in TestStaticWallpaperInfo[all …]
66 TestStaticWallpaperInfo wallpaper = new TestStaticWallpaperInfo( in createTestWallpaperInfo()67 TestStaticWallpaperInfo.COLOR_DEFAULT); in createTestWallpaperInfo()
42 WallpaperInfo wallpaperInfo = new TestStaticWallpaperInfo(0); in TestCategoryProvider()
105 val fakeAsset = TestAsset(TestStaticWallpaperInfo.COLOR_DEFAULT, false)
51 val DEFAULT_ASSET = TestAsset(TestStaticWallpaperInfo.COLOR_DEFAULT, false)
46 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()
24 import com.android.wallpaper.testing.TestStaticWallpaperInfo34 TestStaticWallpaperInfo(TestStaticWallpaperInfo.COLOR_DEFAULT).setWallpaperAttributions()44 private fun TestStaticWallpaperInfo.setWallpaperAttributions(): WallpaperInfo { in TestStaticWallpaperInfo() method
28 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
59 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()