/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | Category.java | 76 public String getCollectionId() { in getCollectionId() method in Category 143 return TextUtils.equals(getCollectionId(), ((Category) obj).getCollectionId()); in equals()
|
D | WallpaperMetadata.java | 86 public String getCollectionId() { in getCollectionId() method in WallpaperMetadata
|
D | WallpaperCategory.java | 61 factory.newIntent(srcActivity, getCollectionId()), requestCode); in show()
|
D | WallpaperInfo.java | 154 public abstract String getCollectionId(Context context); in getCollectionId() method in WallpaperInfo
|
D | DefaultWallpaperInfo.java | 80 public String getCollectionId(Context context) { in getCollectionId() method in DefaultWallpaperInfo
|
D | ImageWallpaperInfo.java | 165 public String getCollectionId(Context context) { in getCollectionId() method in ImageWallpaperInfo
|
D | PartnerWallpaperInfo.java | 143 public String getCollectionId(Context context) { in getCollectionId() method in PartnerWallpaperInfo
|
D | CurrentWallpaperInfoVN.java | 120 public String getCollectionId(Context unused) { in getCollectionId() method in CurrentWallpaperInfoVN
|
D | AppResourceWallpaperInfo.java | 144 public String getCollectionId(Context context) { in getCollectionId() method in AppResourceWallpaperInfo
|
D | LegacyPartnerWallpaperInfo.java | 163 public String getCollectionId(Context context) { in getCollectionId() method in LegacyPartnerWallpaperInfo
|
D | LiveWallpaperInfo.java | 358 public String getCollectionId(Context context) { in getCollectionId() method in LiveWallpaperInfo
|
/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 | 124 public String getCollectionId(Context unused) { in getCollectionId() method in TestWallpaperInfo
|
D | TestWallpaperPersister.java | 104 mPrefs.setHomeWallpaperCollectionId(wallpaper.getCollectionId(mAppContext)); in setIndividualWallpaperWithPosition()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultCurrentWallpaperInfoFactory.java | 76 homeWallpaperMetadata.getCollectionId(), in createCurrentWallpaperInfos() 91 lockWallpaperMetadata.getCollectionId(), in createCurrentWallpaperInfos()
|
D | DefaultWallpaperPersister.java | 549 mWallpaperInfoInPreview.getCollectionId(mAppContext)); in setLiveWallpaperMetadata() 772 mWallpaper.getCollectionId(mAppContext)); in setImageWallpaperHomeMetadata() 786 mWallpaper.getCollectionId(mAppContext)); in setImageWallpaperLockMetadata()
|
D | WallpaperSetter.java | 165 wallpaper.getCollectionId(containerActivity), in onWallpaperApplied()
|
D | DefaultCategoryProvider.java | 99 if (category.getCollectionId().equals(collectionId)) { in getCategory()
|
/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 | 45 eventLogger.logIndividualWallpaperSelected(mWallpaper.getCollectionId(mActivity)); in onClick()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | TopLevelPickerActivity.java | 318 showCategoryDesktop(category.getCollectionId()); in initializeDesktop() 577 homeWallpaper.getCollectionId(appContext), in refreshCurrentWallpapers() 590 … String homeCollectionId = homeWallpaper.getCollectionId(TopLevelPickerActivity.this); in refreshCurrentWallpapers() 674 && currentlySetCollectionId.equals(category.getCollectionId())); in populateCategoryTabs() 895 wallpaper.getCollectionId(getApplicationContext()), in setCustomPhotoWallpaper()
|
D | CategoryFragment.java | 610 eventLogger.logActionClicked(mWallpaperInfo.getCollectionId(appContext), in updateExploreSectionVisibility() 749 mHomeWallpaperInfo.getCollectionId(appContext), in bindHomeWallpaper() 830 mLockWallpaperInfo.getCollectionId(appContext), in bindLockWallpaper() 876 eventLogger.logCategorySelected(mCategory.getCollectionId()); in onClick() 894 getFragmentHost().show(mCategory.getCollectionId()); in onClick()
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/individual/ |
D | IndividualPickerActivityTest.java | 166 mTestCategory.getCollectionId()); in setActivityWithMockWallpapers() 204 assertEquals(sWallpaperInfo1.getCollectionId(context), eventLogger.getLastCollectionId()); in testClickTile_Mobile_LaunchesPreviewActivityWithWallpaper()
|
/packages/apps/ThemePicker/src/com/android/customization/model/theme/ |
D | ThemeBundledWallpaperInfo.java | 149 public String getCollectionId(Context unused) { in getCollectionId() method in ThemeBundledWallpaperInfo
|