/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | Category.java | 97 public String getCollectionId() { in getCollectionId() method in Category 164 return TextUtils.equals(getCollectionId(), ((Category) obj).getCollectionId()); in equals()
|
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 | WallpaperInfo.java | 177 public abstract String getCollectionId(Context context); in getCollectionId() method in WallpaperInfo
|
D | PartnerWallpaperInfo.java | 144 public String getCollectionId(Context context) { in getCollectionId() method in PartnerWallpaperInfo
|
D | ImageWallpaperInfo.java | 166 public String getCollectionId(Context context) { in getCollectionId() method in ImageWallpaperInfo
|
D | CurrentWallpaperInfoVN.java | 121 public String getCollectionId(Context unused) { in getCollectionId() method in CurrentWallpaperInfoVN
|
D | WallpaperCategory.java | 79 factory.newIntent(srcActivity, getCollectionId()), requestCode); in show()
|
D | AppResourceWallpaperInfo.java | 145 public String getCollectionId(Context context) { in getCollectionId() method in AppResourceWallpaperInfo
|
D | LegacyPartnerWallpaperInfo.java | 164 public String getCollectionId(Context context) { in getCollectionId() method in LegacyPartnerWallpaperInfo
|
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 | TestWallpaperInfo.java | 125 public String getCollectionId(Context unused) { in getCollectionId() method in TestWallpaperInfo
|
D | TestWallpaperPersister.java | 108 mPrefs.setHomeWallpaperCollectionId(wallpaper.getCollectionId(mAppContext)); in setIndividualWallpaperWithPosition()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultCurrentWallpaperInfoFactory.java | 77 homeWallpaperMetadata.getCollectionId(), in createCurrentWallpaperInfos() 92 lockWallpaperMetadata.getCollectionId(), in createCurrentWallpaperInfos()
|
D | DefaultWallpaperPersister.java | 589 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/ |
D | CustomizationPickerActivity.java | 110 String deepLinkCollectionId = DeepLinkUtils.getCollectionId(intent); in onCreate() 227 show(category.getCollectionId()); in show() 231 category.getCollectionId())); in show()
|
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()
|
D | CategoryFragment.java | 267 String deepLinkCollectionId = DeepLinkUtils.getCollectionId(intent); in onCreateView() 371 getFragmentHost().show(category.getCollectionId()); in show() 375 .getIndividualPickerFragment(category.getCollectionId()); in show()
|
D | CategorySelectorFragment.java | 304 eventLogger.logCategorySelected(mCategory.getCollectionId()); in onClick() 325 eventLogger.logIndividualWallpaperSelected(mCategory.getCollectionId()); in onClick()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
D | SetIndividualHolder.java | 107 eventLogger.logIndividualWallpaperSelected(mWallpaper.getCollectionId(mActivity)); in setWallpaper() 119 … mWallpaper.getCollectionId(appContext), mWallpaper.getWallpaperId()); in setWallpaper()
|
D | PreviewIndividualHolder.java | 60 eventLogger.logIndividualWallpaperSelected(mWallpaper.getCollectionId(mActivity)); 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/ThemePicker/src/com/android/customization/model/theme/ |
D | ThemeBundledWallpaperInfo.java | 150 public String getCollectionId(Context unused) { in getCollectionId() method in ThemeBundledWallpaperInfo
|