Home
last modified time | relevance | path

Searched refs:homeScreenAttributions (Results 1 – 2 of 2) sorted by relevance

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestWallpaperPreferences.kt49 private var homeScreenAttributions: List<String?>? variable in com.android.wallpaper.testing.TestWallpaperPreferences
92 homeScreenAttributions = mutableListOf<String?>("Android wallpaper")
110 return homeScreenAttributions in getHomeWallpaperAttributions()
114 homeScreenAttributions = attributions in setHomeWallpaperAttributions()
134 homeScreenAttributions = null in clearHomeWallpaperMetadata()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperRefresher.java247 List<String> homeScreenAttributions = in isHomeScreenAttributionsEmpty() local
249 return homeScreenAttributions.get(0) == null in isHomeScreenAttributionsEmpty()
250 && homeScreenAttributions.get(1) == null in isHomeScreenAttributionsEmpty()
251 && homeScreenAttributions.get(2) == null; in isHomeScreenAttributionsEmpty()