/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
H A D | Category.java | 97 public String getCollectionId() { in getCollectionId() method in Category 164 return TextUtils.equals(getCollectionId(), ((Category) obj).getCollectionId()); in equals()
|
H A D | WallpaperMetadata.java | 86 public String getCollectionId() { in getCollectionId() method in WallpaperMetadata
|
H A D | DefaultWallpaperInfo.java | 86 public String getCollectionId(Context context) { in getCollectionId() method in DefaultWallpaperInfo
|
H A D | WallpaperInfo.java | 177 public abstract String getCollectionId(Context context); in getCollectionId() method in WallpaperInfo
|
H A D | CurrentWallpaperInfoVN.java | 124 public String getCollectionId(Context unused) { in getCollectionId() method in CurrentWallpaperInfoVN
|
H A D | ImageWallpaperInfo.java | 166 public String getCollectionId(Context context) { in getCollectionId() method in ImageWallpaperInfo
|
H A D | PartnerWallpaperInfo.java | 144 public String getCollectionId(Context context) { in getCollectionId() method in PartnerWallpaperInfo
|
H A D | WallpaperCategory.java | 79 factory.newIntent(srcActivity, getCollectionId()), requestCode); in show()
|
H A D | AppResourceWallpaperInfo.java | 145 public String getCollectionId(Context context) { in getCollectionId() method in AppResourceWallpaperInfo
|
H A D | LegacyPartnerWallpaperInfo.java | 164 public String getCollectionId(Context context) { in getCollectionId() method in LegacyPartnerWallpaperInfo
|
H A D | SystemStaticWallpaperInfo.java | 258 public String getCollectionId(Context unused) { in getCollectionId() method in SystemStaticWallpaperInfo
|
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
H A D | TestCurrentWallpaperInfoFactory.java | 48 homeWallpaperMetadata.getCollectionId()); in createCurrentWallpaperInfos() 55 lockWallpaperMetadata.getCollectionId()); in createCurrentWallpaperInfos()
|
H A D | TestCategoryProvider.java | 83 if (category.getCollectionId().equals(collectionId)) { in getCategory()
|
H A D | TestWallpaperInfo.java | 125 public String getCollectionId(Context unused) { in getCollectionId() method in TestWallpaperInfo
|
H A D | TestWallpaperPersister.java | 108 mPrefs.setHomeWallpaperCollectionId(wallpaper.getCollectionId(mAppContext)); in setIndividualWallpaperWithPosition()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
H A D | DefaultCurrentWallpaperInfoFactory.java | 77 homeWallpaperMetadata.getCollectionId(), in createCurrentWallpaperInfos() 92 lockWallpaperMetadata.getCollectionId(), in createCurrentWallpaperInfos()
|
H A D | DefaultWallpaperPersister.java | 594 mWallpaperInfoInPreview.getCollectionId(mAppContext)); in setLiveWallpaperMetadata() 819 mWallpaper.getCollectionId(mAppContext)); in setImageWallpaperHomeMetadata() 837 mWallpaper.getCollectionId(mAppContext)); in setImageWallpaperLockMetadata()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
H A D | SetIndividualHolder.java | 107 eventLogger.logIndividualWallpaperSelected(mWallpaper.getCollectionId(mActivity)); in setWallpaper() 119 … mWallpaper.getCollectionId(appContext), mWallpaper.getWallpaperId()); in setWallpaper()
|
H A D | PreviewIndividualHolder.java | 60 eventLogger.logIndividualWallpaperSelected(mWallpaper.getCollectionId(mActivity)); in onClick()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
H A D | CustomizationPickerActivity.java | 126 String deepLinkCollectionId = DeepLinkUtils.getCollectionId(intent); in onCreate() 243 show(category.getCollectionId()); in show() 247 category.getCollectionId())); in show()
|
H A D | TopLevelPickerActivity.java | 338 showCategoryDesktop(category.getCollectionId()); in initializeDesktop() 600 homeWallpaper.getCollectionId(appContext), in refreshCurrentWallpapers() 613 … String homeCollectionId = homeWallpaper.getCollectionId(TopLevelPickerActivity.this); in refreshCurrentWallpapers() 698 && currentlySetCollectionId.equals(category.getCollectionId())); in populateCategoryTabs() 926 wallpaper.getCollectionId(getApplicationContext()), in setCustomPhotoWallpaper()
|
H A D | CategoryFragment.java | 267 String deepLinkCollectionId = DeepLinkUtils.getCollectionId(intent); in onCreateView() 371 getFragmentHost().show(category.getCollectionId()); in show() 375 .getIndividualPickerFragment(category.getCollectionId()); in show()
|
H A D | CategorySelectorFragment.java | 304 eventLogger.logCategorySelected(mCategory.getCollectionId()); in onClick() 325 eventLogger.logIndividualWallpaperSelected(mCategory.getCollectionId()); in onClick()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
H A D | DeepLinkUtils.java | 41 public static String getCollectionId(Intent intent) { in getCollectionId() method in DeepLinkUtils
|
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/ |
H A D | ThemeBundledWallpaperInfo.java | 150 public String getCollectionId(Context unused) { in getCollectionId() method in ThemeBundledWallpaperInfo
|