Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/preview/ui/fragment/
DSmallPreviewFragmentTest.kt45 setAttributions(listOf("Title", "Subtitle 1", "Subtitle 2")) in TestStaticWallpaperInfo()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestCurrentWallpaperInfoFactory.java68 wallpaper.setAttributions(attributions); in createTestWallpaperInfo()
DTestStaticWallpaperInfo.java101 public void setAttributions(List<String> attributions) { in setAttributions() method in TestStaticWallpaperInfo
DTestLiveWallpaperInfo.java100 public void setAttributions(List<String> attributions) { in setAttributions() method in TestLiveWallpaperInfo
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/preview/ui/
DWallpaperPreviewActivityTest.kt84 setAttributions(listOf("Title", "Subtitle 1", "Subtitle 2")) in <lambda>()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/module/
DDefaultWallpaperPersisterTest.java141 wallpaperInfo.setAttributions(attributions); in newStaticWallpaperInfo()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/
DPreviewActivityTest.java120 mTestStaticWallpaper.setAttributions(attributions); in setUp()
126 mTestLiveWallpaper.setAttributions(attributions); in setUp()