Searched refs:lockAttributions (Results 1 – 1 of 1) sorted by relevance
794 List<String> lockAttributions = lockWallpaper.getAttributions(appContext); in bindLockWallpaper() local795 if (!lockAttributions.isEmpty()) { in bindLockWallpaper()796 mLockWallpaperTitle.setText(lockAttributions.get(0)); in bindLockWallpaper()798 if (lockAttributions.size() > 1) { in bindLockWallpaper()799 mLockWallpaperSubtitle1.setText(lockAttributions.get(1)); in bindLockWallpaper()801 if (lockAttributions.size() > 2) { in bindLockWallpaper()802 mLockWallpaperSubtitle2.setText(lockAttributions.get(2)); in bindLockWallpaper()