Home
last modified time | relevance | path

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

12

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

12