/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | Category.java | 94 public String getCollectionId() { in getCollectionId() method in Category 168 return TextUtils.equals(getCollectionId(), ((Category) obj).getCollectionId()); in equals()
|
D | WallpaperInfo.java | 191 public abstract String getCollectionId(Context context); in getCollectionId() method in WallpaperInfo 207 return getCollectionId(context) + "-" + getWallpaperId(); in getStoredWallpaperId()
|
D | LiveWallpaperMetadata.java | 53 public String getCollectionId() { in getCollectionId() method in LiveWallpaperMetadata
|
D | WallpaperMetadata.java | 86 public String getCollectionId() { in getCollectionId() method in WallpaperMetadata
|
D | DefaultWallpaperInfo.java | 86 public String getCollectionId(Context context) { in getCollectionId() method in DefaultWallpaperInfo
|
D | PartnerWallpaperInfo.java | 144 public String getCollectionId(Context context) { in getCollectionId() method in PartnerWallpaperInfo
|
D | CurrentWallpaperInfoVN.java | 124 public String getCollectionId(Context unused) { in getCollectionId() method in CurrentWallpaperInfoVN
|
D | ImageWallpaperInfo.java | 166 public String getCollectionId(Context context) { in getCollectionId() method in ImageWallpaperInfo
|
D | LegacyPartnerWallpaperInfo.java | 164 public String getCollectionId(Context context) { in getCollectionId() method in LegacyPartnerWallpaperInfo
|
D | AppResourceWallpaperInfo.java | 145 public String getCollectionId(Context context) { in getCollectionId() method in AppResourceWallpaperInfo
|
D | SystemStaticWallpaperInfo.java | 258 public String getCollectionId(Context unused) { in getCollectionId() method in SystemStaticWallpaperInfo
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
D | TestCurrentWallpaperInfoFactory.java | 48 homeWallpaperMetadata.getCollectionId()); in createCurrentWallpaperInfos() 55 lockWallpaperMetadata.getCollectionId()); in createCurrentWallpaperInfos()
|
D | TestCategoryProvider.java | 83 if (category.getCollectionId().equals(collectionId)) { in getCategory()
|
D | TestStaticWallpaperInfo.java | 125 public String getCollectionId(Context unused) { in getCollectionId() method in TestStaticWallpaperInfo
|
D | TestLiveWallpaperInfo.java | 130 public String getCollectionId(Context unused) { in getCollectionId() method in TestLiveWallpaperInfo
|
D | TestWallpaperPersister.java | 108 mPrefs.setHomeWallpaperCollectionId(wallpaper.getCollectionId(mAppContext)); in setIndividualWallpaperWithPosition()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultCurrentWallpaperInfoFactory.java | 84 homeWallpaperMetadata.getCollectionId(), in createCurrentWallpaperInfos() 101 lockWallpaperMetadata.getCollectionId(), in createCurrentWallpaperInfos()
|
D | DefaultWallpaperPersister.java | 825 mWallpaper.getCollectionId(mAppContext)); in setImageWallpaperHomeMetadata() 843 mWallpaper.getCollectionId(mAppContext)); in setImageWallpaperLockMetadata()
|
D | DefaultCategoryProvider.java | 130 if (category.getCollectionId().equals(collectionId)) { in getCategory()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | CustomizationPickerActivity.java | 150 final String deepLinkCollectionId = DeepLinkUtils.getCollectionId(intent); in onCreate() 266 mDelegate.show(category.getCollectionId()); in show() 270 this, category.getCollectionId())); in show()
|
D | CategorySelectorFragment.java | 300 eventLogger.logCategorySelected(mCategory.getCollectionId()); in onClick() 328 eventLogger.logIndividualWallpaperSelected(mCategory.getCollectionId()); in onClick()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
D | DeepLinkUtils.java | 41 public static String getCollectionId(Intent intent) { in getCollectionId() method in DeepLinkUtils
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/floatingsheetcontent/ |
D | WallpaperInfoContent.kt | 67 wallpaper!!.getCollectionId(context), in <lambda>()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
D | PreviewIndividualHolder.java | 60 eventLogger.logIndividualWallpaperSelected(mWallpaper.getCollectionId(mActivity)); in onClick()
|
/packages/apps/ThemePicker/src/com/android/customization/model/theme/ |
D | ThemeBundledWallpaperInfo.java | 150 public String getCollectionId(Context unused) { in getCollectionId() method in ThemeBundledWallpaperInfo
|