Searched refs:homeScreenAttributions (Results 1 – 2 of 2) sorted by relevance
49 private var homeScreenAttributions: List<String?>? variable in com.android.wallpaper.testing.TestWallpaperPreferences92 homeScreenAttributions = mutableListOf<String?>("Android wallpaper")110 return homeScreenAttributions in getHomeWallpaperAttributions()114 homeScreenAttributions = attributions in setHomeWallpaperAttributions()134 homeScreenAttributions = null in clearHomeWallpaperMetadata()
247 List<String> homeScreenAttributions = in isHomeScreenAttributionsEmpty() local249 return homeScreenAttributions.get(0) == null in isHomeScreenAttributionsEmpty()250 && homeScreenAttributions.get(1) == null in isHomeScreenAttributionsEmpty()251 && homeScreenAttributions.get(2) == null; in isHomeScreenAttributionsEmpty()