Home
last modified time | relevance | path

Searched refs:mCollectionId (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DCategory.java32 private final String mCollectionId; field in Category
44 mCollectionId = collectionId; in Category()
98 return mCollectionId; in getCollectionId()
169 return mCollectionId == null ? super.hashCode() : mCollectionId.hashCode(); in hashCode()
H A DCurrentWallpaperInfoVN.java60 private String mCollectionId; field in CurrentWallpaperInfoVN
80 mCollectionId = collectionId; in CurrentWallpaperInfoVN()
90 mCollectionId = in.readString(); in CurrentWallpaperInfoVN()
125 return mCollectionId; in getCollectionId()
162 parcel.writeString(mCollectionId); in writeToParcel()
H A DWallpaperMetadata.java33 private final String mCollectionId; field in WallpaperMetadata
48 mCollectionId = collectionId; in WallpaperMetadata()
87 return mCollectionId; in getCollectionId()
H A DSystemStaticWallpaperInfo.java148 private final String mCollectionId; field in SystemStaticWallpaperInfo
177 mCollectionId = collectionId; in SystemStaticWallpaperInfo()
190 mCollectionId = in.readString(); in SystemStaticWallpaperInfo()
259 return mCollectionId; in getCollectionId()
299 dest.writeString(mCollectionId); in writeToParcel()
H A DLiveWallpaperInfo.java145 @Nullable private final String mCollectionId; field in LiveWallpaperInfo
165 mCollectionId = collectionId; in LiveWallpaperInfo()
172 mCollectionId = in.readString(); in LiveWallpaperInfo()
429 parcel.writeString(mCollectionId); in writeToParcel()
439 return TextUtils.isEmpty(mCollectionId) in getCollectionId()
441 : mCollectionId; in getCollectionId()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/
H A DThemeBundledWallpaperInfo.java58 private final String mCollectionId; field in ThemeBundledWallpaperInfo
81 mCollectionId = themeName; in ThemeBundledWallpaperInfo()
92 mCollectionId = in.readString(); in ThemeBundledWallpaperInfo()
151 return mCollectionId; in getCollectionId()
184 dest.writeString(mCollectionId); in writeToParcel()
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
H A DTestWallpaperInfo.java55 private String mCollectionId; field in TestWallpaperInfo
81 mCollectionId = in.readString(); in TestWallpaperInfo()
126 return mCollectionId; in getCollectionId()
131 mCollectionId = collectionId; in setCollectionId()
209 parcel.writeString(mCollectionId); in writeToParcel()