Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCategory.java136 public String getCollectionId() { in getCollectionId() method in Category
210 return TextUtils.equals(getCollectionId(), ((Category) obj).getCollectionId()); in equals()
DWallpaperInfo.java175 public abstract String getCollectionId(Context context); in getCollectionId() method in WallpaperInfo
191 return getCollectionId(context) + "-" + getWallpaperId(); in getStoredWallpaperId()
DLiveWallpaperMetadata.java51 public String getCollectionId() { in getCollectionId() method in LiveWallpaperMetadata
DWallpaperMetadata.java64 public String getCollectionId() { in getCollectionId() method in WallpaperMetadata
DDefaultWallpaperInfo.java73 public String getCollectionId(Context context) { in getCollectionId() method in DefaultWallpaperInfo
DCurrentWallpaperInfo.java115 public String getCollectionId(Context unused) { in getCollectionId() method in CurrentWallpaperInfo
DPartnerWallpaperInfo.java144 public String getCollectionId(Context context) { in getCollectionId() method in PartnerWallpaperInfo
DImageWallpaperInfo.java166 public String getCollectionId(Context context) { in getCollectionId() method in ImageWallpaperInfo
DLiveWallpaperInfo.java154 public String getCollectionId() { in getCollectionId() method in LiveWallpaperInfo
454 public String getCollectionId(Context context) { in getCollectionId() method in LiveWallpaperInfo
DAppResourceWallpaperInfo.java145 public String getCollectionId(Context context) { in getCollectionId() method in AppResourceWallpaperInfo
DLegacyPartnerWallpaperInfo.java164 public String getCollectionId(Context context) { in getCollectionId() method in LegacyPartnerWallpaperInfo
DCreativeCategory.java125 context, getCollectionId(), mWallpaperInfo); in fetchWallpapers()
DSystemStaticWallpaperInfo.java267 public String getCollectionId(Context unused) { in getCollectionId() method in SystemStaticWallpaperInfo
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestCurrentWallpaperInfoFactory.java47 homeWallpaperMetadata.getCollectionId()); in createCurrentWallpaperInfos()
54 lockWallpaperMetadata.getCollectionId()); in createCurrentWallpaperInfos()
DTestCategoryProvider.java83 if (category.getCollectionId().equals(collectionId)) { in getCategory()
DTestStaticWallpaperInfo.java126 public String getCollectionId(Context unused) { in getCollectionId() method in TestStaticWallpaperInfo
DTestLiveWallpaperInfo.java130 public String getCollectionId(Context unused) { in getCollectionId() method in TestLiveWallpaperInfo
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPersister.java463 wallpaperInfo.getCollectionId(mAppContext)); in setLiveWallpaperMetadata()
480 wallpaperInfo.getCollectionId(mAppContext)); in setLiveWallpaperMetadata()
705 mWallpaper.getCollectionId(mAppContext)); in setImageWallpaperHomeMetadata()
720 mWallpaper.getCollectionId(mAppContext)); in setImageWallpaperLockMetadata()
757 mWallpaper.getCollectionId(mAppContext), in setStaticWallpaperMetadataToPreferences()
DDefaultCurrentWallpaperInfoFactory.java129 homeWallpaperMetadata.getCollectionId(), in createCurrentWallpaperInfos()
152 lockWallpaperMetadata.getCollectionId(), in createCurrentWallpaperInfos()
DWallpaperSetter.java234 wallpaper.getCollectionId(context), in setCurrentLiveWallpaperFromRestore()
256 wallpaper.getCollectionId(containerActivity), in onWallpaperApplied()
DDefaultCategoryProvider.java133 if (category.getCollectionId().equals(collectionId)) { in getCategory()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCustomizationPickerActivity.java161 final String deepLinkCollectionId = DeepLinkUtils.getCollectionId(intent); in onCreate()
271 mDelegate.show(category.getCollectionId()); in show()
275 this, category.getCollectionId())); in show()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DDeepLinkUtils.java41 public static String getCollectionId(Intent intent) { in getCollectionId() method in DeepLinkUtils
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/util/
DWallpaperParserImplTest.kt132 assertThat(wallpaperInfo[0].getCollectionId(context)).isEqualTo("on_device_wallpapers") in parseValidPartnerWallpaperInfoXml_shouldReturnWallpaperInfo()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/converter/
DWallpaperModelFactory.kt88 collectionId = getCollectionId(context) ?: UNKNOWN_COLLECTION_ID, in getWallpaperModel()