Searched refs:mIsAssetCorrupt (Results 1 – 2 of 2) sorted by relevance
58 private boolean mIsAssetCorrupt; field in TestStaticWallpaperInfo71 mIsAssetCorrupt = false; in TestStaticWallpaperInfo()84 mIsAssetCorrupt = in.readInt() == 1; in TestStaticWallpaperInfo()148 mAsset = new TestAsset(mPixelColor, mIsAssetCorrupt); in getAsset()156 mThumbAsset = new TestAsset(mPixelColor, mIsAssetCorrupt); in getThumbAsset()196 mIsAssetCorrupt = true; in corruptAssets()213 parcel.writeInt(mIsAssetCorrupt ? 1 : 0); in writeToParcel()
56 private boolean mIsAssetCorrupt; field in TestLiveWallpaperInfo70 mIsAssetCorrupt = false; in TestLiveWallpaperInfo()83 mIsAssetCorrupt = in.readInt() == 1; in TestLiveWallpaperInfo()152 mAsset = new TestAsset(mPixelColor, mIsAssetCorrupt); in getAsset()160 mThumbAsset = new TestAsset(mPixelColor, mIsAssetCorrupt); in getThumbAsset()200 mIsAssetCorrupt = true; in corruptAssets()217 parcel.writeInt(mIsAssetCorrupt ? 1 : 0); in writeToParcel()