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.java46 private int mWallpaperManagerFlag; field in CurrentWallpaperAssetVN
51 mWallpaperManagerFlag = wallpaperManagerFlag; in CurrentWallpaperAssetVN()
52 mWallpaperId = mWallpaperManagerCompat.getWallpaperId(mWallpaperManagerFlag); in CurrentWallpaperAssetVN()
57 ParcelFileDescriptor pfd = mWallpaperManagerCompat.getWallpaperFile(mWallpaperManagerFlag); in openInputStream()
60 … Log.e(TAG, "ParcelFileDescriptor for wallpaper " + mWallpaperManagerFlag + " is null, unable " in openInputStream()
71 result = result * 31 + mWallpaperManagerFlag; in hashCode()
80 return otherAsset.mWallpaperManagerFlag == mWallpaperManagerFlag in equals()
99 return new CurrentWallpaperVNKey(mWallpaperManager, mWallpaperManagerFlag); in getKey()
103 return mWallpaperManagerCompat.getWallpaperFile(mWallpaperManagerFlag); in getWallpaperPfd()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCurrentWallpaperInfoVN.java65 private int mWallpaperManagerFlag; field in CurrentWallpaperInfoVN
78 mWallpaperManagerFlag = wallpaperManagerFlag; in CurrentWallpaperInfoVN()
89 mWallpaperManagerFlag = in.readInt(); in CurrentWallpaperInfoVN()
135 return mWallpaperManagerFlag; in getWallpaperManagerFlag()
149 boolean isSystemBuiltIn = mWallpaperManagerFlag == WallpaperManagerCompat.FLAG_SYSTEM in createCurrentWallpaperAssetVN()
162 : new CurrentWallpaperAssetVN(context, mWallpaperManagerFlag); in createCurrentWallpaperAssetVN()
168 parcel.writeInt(mWallpaperManagerFlag); in writeToParcel()