Searched refs:mThumbName (Results 1 – 1 of 1) sorted by relevance
53 private String mThumbName; field in LegacyPartnerWallpaperInfo61 mThumbName = thumbName; in LegacyPartnerWallpaperInfo()67 mThumbName = in.readString(); in LegacyPartnerWallpaperInfo()133 File thumbnail = new File(systemDir, mThumbName); in getThumbnail()157 File thumbnail = (systemDir == null) ? null : new File(systemDir, mThumbName); in getThumbAsset()183 parcel.writeString(mThumbName); in writeToParcel()