Home
last modified time | relevance | path

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

12

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCategory.java76 public String getCollectionId() { in getCollectionId() method in Category
143 return TextUtils.equals(getCollectionId(), ((Category) obj).getCollectionId()); in equals()
DWallpaperMetadata.java86 public String getCollectionId() { in getCollectionId() method in WallpaperMetadata
DWallpaperCategory.java61 factory.newIntent(srcActivity, getCollectionId()), requestCode); in show()
DWallpaperInfo.java154 public abstract String getCollectionId(Context context); in getCollectionId() method in WallpaperInfo
DDefaultWallpaperInfo.java80 public String getCollectionId(Context context) { in getCollectionId() method in DefaultWallpaperInfo
DImageWallpaperInfo.java165 public String getCollectionId(Context context) { in getCollectionId() method in ImageWallpaperInfo
DPartnerWallpaperInfo.java143 public String getCollectionId(Context context) { in getCollectionId() method in PartnerWallpaperInfo
DCurrentWallpaperInfoVN.java120 public String getCollectionId(Context unused) { in getCollectionId() method in CurrentWallpaperInfoVN
DAppResourceWallpaperInfo.java144 public String getCollectionId(Context context) { in getCollectionId() method in AppResourceWallpaperInfo
DLegacyPartnerWallpaperInfo.java163 public String getCollectionId(Context context) { in getCollectionId() method in LegacyPartnerWallpaperInfo
/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.java124 public String getCollectionId(Context unused) { in getCollectionId() method in TestWallpaperInfo
DTestWallpaperPersister.java107 mPrefs.setHomeWallpaperCollectionId(wallpaper.getCollectionId(mAppContext)); in setIndividualWallpaperWithPosition()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultCurrentWallpaperInfoFactory.java76 homeWallpaperMetadata.getCollectionId(), in createCurrentWallpaperInfos()
91 lockWallpaperMetadata.getCollectionId(), in createCurrentWallpaperInfos()
DDefaultWallpaperPersister.java549 mWallpaperInfoInPreview.getCollectionId(mAppContext)); in setLiveWallpaperMetadata()
772 mWallpaper.getCollectionId(mAppContext)); in setImageWallpaperHomeMetadata()
786 mWallpaper.getCollectionId(mAppContext)); in setImageWallpaperLockMetadata()
DDefaultCategoryProvider.java99 if (category.getCollectionId().equals(collectionId)) { in getCategory()
/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/picker/
DTopLevelPickerActivity.java327 showCategoryDesktop(category.getCollectionId()); in initializeDesktop()
586 homeWallpaper.getCollectionId(appContext), in refreshCurrentWallpapers()
599 … String homeCollectionId = homeWallpaper.getCollectionId(TopLevelPickerActivity.this); in refreshCurrentWallpapers()
683 && currentlySetCollectionId.equals(category.getCollectionId())); in populateCategoryTabs()
896 wallpaper.getCollectionId(getApplicationContext()), in setCustomPhotoWallpaper()
DCategorySelectorFragment.java220 eventLogger.logCategorySelected(mCategory.getCollectionId()); in onClick()
238 getCategorySelectorFragmentHost().show(mCategory.getCollectionId()); in onClick()
DLivePreviewFragment.java249 mWallpaper.getCollectionId(getActivity()), mWallpaper.getWallpaperId()); in logLiveWallpaperPageSelected()
253 mWallpaper.getCollectionId(getActivity()), mWallpaper.getWallpaperId()); in logLiveWallpaperPageSelected()
DCategoryFragment.java896 eventLogger.logActionClicked(mWallpaperInfo.getCollectionId(appContext), in updateExploreSectionVisibility()
1035 mHomeWallpaperInfo.getCollectionId(appContext), in bindHomeWallpaper()
1116 mLockWallpaperInfo.getCollectionId(appContext), in bindLockWallpaper()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/individual/
DIndividualPickerActivityTest.java167 mTestCategory.getCollectionId()); in setActivityWithMockWallpapers()
205 assertEquals(sWallpaperInfo1.getCollectionId(context), eventLogger.getLastCollectionId()); in testClickTile_Mobile_LaunchesPreviewActivityWithWallpaper()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundledWallpaperInfo.java149 public String getCollectionId(Context unused) { in getCollectionId() method in ThemeBundledWallpaperInfo

12