Home
last modified time | relevance | path

Searched refs:mWallpaperManagerFlag (Results 1 – 2 of 2) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DCurrentWallpaperAssetVN.java58 private final int mWallpaperManagerFlag; field in CurrentWallpaperAssetVN
62 mWallpaperManagerFlag = wallpaperManagerFlag; in CurrentWallpaperAssetVN()
63 mWallpaperId = mWallpaperManager.getWallpaperId(mWallpaperManagerFlag); in CurrentWallpaperAssetVN()
71 … Log.e(TAG, "ParcelFileDescriptor for wallpaper " + mWallpaperManagerFlag + " is null, unable " in openInputStream()
82 result = result * 31 + mWallpaperManagerFlag; in hashCode()
91 return otherAsset.mWallpaperManagerFlag == mWallpaperManagerFlag in equals()
148 return new CurrentWallpaperVNKey(mWallpaperManager, mWallpaperManagerFlag); in getKey()
152 return mWallpaperManager.getWallpaperFile(mWallpaperManagerFlag); in getWallpaperPfd()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCurrentWallpaperInfo.java63 private final int mWallpaperManagerFlag; field in CurrentWallpaperInfo
77 mWallpaperManagerFlag = wallpaperManagerFlag; in CurrentWallpaperInfo()
89 mWallpaperManagerFlag = in.readInt(); in CurrentWallpaperInfo()
98 return UNKNOWN_CURRENT_WALLPAPER_ID + mWallpaperManagerFlag; in getWallpaperId()
144 boolean isSystemBuiltIn = mWallpaperManagerFlag == WallpaperManager.FLAG_SYSTEM in createCurrentWallpaperAssetVN()
150 : new CurrentWallpaperAssetVN(context, mWallpaperManagerFlag); in createCurrentWallpaperAssetVN()
157 parcel.writeInt(mWallpaperManagerFlag); in writeToParcel()