Home
last modified time | relevance | path

Searched refs:getCollectionId (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DCategory.java97 public String getCollectionId() { in getCollectionId() method in Category
164 return TextUtils.equals(getCollectionId(), ((Category) obj).getCollectionId()); in equals()
H A DWallpaperMetadata.java86 public String getCollectionId() { in getCollectionId() method in WallpaperMetadata
H A DDefaultWallpaperInfo.java86 public String getCollectionId(Context context) { in getCollectionId() method in DefaultWallpaperInfo
H A DWallpaperInfo.java177 public abstract String getCollectionId(Context context); in getCollectionId() method in WallpaperInfo
H A DCurrentWallpaperInfoVN.java124 public String getCollectionId(Context unused) { in getCollectionId() method in CurrentWallpaperInfoVN
H A DImageWallpaperInfo.java166 public String getCollectionId(Context context) { in getCollectionId() method in ImageWallpaperInfo
H A DPartnerWallpaperInfo.java144 public String getCollectionId(Context context) { in getCollectionId() method in PartnerWallpaperInfo
H A DWallpaperCategory.java79 factory.newIntent(srcActivity, getCollectionId()), requestCode); in show()
H A DAppResourceWallpaperInfo.java145 public String getCollectionId(Context context) { in getCollectionId() method in AppResourceWallpaperInfo
H A DLegacyPartnerWallpaperInfo.java164 public String getCollectionId(Context context) { in getCollectionId() method in LegacyPartnerWallpaperInfo
H A DSystemStaticWallpaperInfo.java258 public String getCollectionId(Context unused) { in getCollectionId() method in SystemStaticWallpaperInfo
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
H A DTestCurrentWallpaperInfoFactory.java48 homeWallpaperMetadata.getCollectionId()); in createCurrentWallpaperInfos()
55 lockWallpaperMetadata.getCollectionId()); in createCurrentWallpaperInfos()
H A DTestCategoryProvider.java83 if (category.getCollectionId().equals(collectionId)) { in getCategory()
H A DTestWallpaperInfo.java125 public String getCollectionId(Context unused) { in getCollectionId() method in TestWallpaperInfo
H A DTestWallpaperPersister.java108 mPrefs.setHomeWallpaperCollectionId(wallpaper.getCollectionId(mAppContext)); in setIndividualWallpaperWithPosition()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DDefaultCurrentWallpaperInfoFactory.java77 homeWallpaperMetadata.getCollectionId(), in createCurrentWallpaperInfos()
92 lockWallpaperMetadata.getCollectionId(), in createCurrentWallpaperInfos()
H A DDefaultWallpaperPersister.java594 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 DSetIndividualHolder.java107 eventLogger.logIndividualWallpaperSelected(mWallpaper.getCollectionId(mActivity)); in setWallpaper()
119 … mWallpaper.getCollectionId(appContext), mWallpaper.getWallpaperId()); in setWallpaper()
H A DPreviewIndividualHolder.java60 eventLogger.logIndividualWallpaperSelected(mWallpaper.getCollectionId(mActivity)); in onClick()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DCustomizationPickerActivity.java126 String deepLinkCollectionId = DeepLinkUtils.getCollectionId(intent); in onCreate()
243 show(category.getCollectionId()); in show()
247 category.getCollectionId())); in show()
H A DTopLevelPickerActivity.java338 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 DCategoryFragment.java267 String deepLinkCollectionId = DeepLinkUtils.getCollectionId(intent); in onCreateView()
371 getFragmentHost().show(category.getCollectionId()); in show()
375 .getIndividualPickerFragment(category.getCollectionId()); in show()
H A DCategorySelectorFragment.java304 eventLogger.logCategorySelected(mCategory.getCollectionId()); in onClick()
325 eventLogger.logIndividualWallpaperSelected(mCategory.getCollectionId()); in onClick()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
H A DDeepLinkUtils.java41 public static String getCollectionId(Intent intent) { in getCollectionId() method in DeepLinkUtils
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/
H A DThemeBundledWallpaperInfo.java150 public String getCollectionId(Context unused) { in getCollectionId() method in ThemeBundledWallpaperInfo

12