Home
last modified time | relevance | path

Searched refs:setCollectionId (Results 1 – 7 of 7) sorted by relevance

/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/preview/ui/fragment/
DSmallPreviewFragmentTest.kt46 setCollectionId("collectionStatic") in TestStaticWallpaperInfo()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestCurrentWallpaperInfoFactory.java70 wallpaper.setCollectionId(collectionId); in createTestWallpaperInfo()
DTestStaticWallpaperInfo.java131 public void setCollectionId(String collectionId) { in setCollectionId() method in TestStaticWallpaperInfo
DTestLiveWallpaperInfo.java135 public void setCollectionId(String collectionId) { in setCollectionId() method in TestLiveWallpaperInfo
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/preview/ui/
DWallpaperPreviewActivityTest.kt85 setCollectionId("collectionStatic") in <lambda>()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/module/
DDefaultWallpaperPersisterTest.java142 wallpaperInfo.setCollectionId("collectionStatic"); in newStaticWallpaperInfo()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/
DPreviewActivityTest.java121 mTestStaticWallpaper.setCollectionId("collectionStatic"); in setUp()
127 mTestLiveWallpaper.setCollectionId("collectionLive"); in setUp()