Home
last modified time | relevance | path

Searched refs:mWallpaperId (Results 1 – 3 of 3) sorted by relevance

/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestWallpaperInfo.java56 private String mWallpaperId; field in TestWallpaperInfo
72 mWallpaperId = id; in TestWallpaperInfo()
81 mWallpaperId = in.readString(); in TestWallpaperInfo()
135 return mWallpaperId; in getWallpaperId()
140 mWallpaperId = wallpaperId; in setWallpaperId()
208 parcel.writeString(mWallpaperId); in writeToParcel()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DCurrentWallpaperAssetVN.java42 int mWallpaperId; field in CurrentWallpaperAssetVN
52 mWallpaperId = mWallpaperManagerCompat.getWallpaperId(mWallpaperManagerFlag); in CurrentWallpaperAssetVN()
72 result = result * 31 + mWallpaperId; in hashCode()
81 && otherAsset.mWallpaperId == mWallpaperId; in equals()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualPickerActivity.java69 private String mWallpaperId; field in IndividualPickerActivity
82 mWallpaperId = getIntent().getStringExtra(EXTRA_WALLPAPER_ID); in onCreate()
84 if (mWallpaperId == null) { // Normal case in onCreate()
111 if (mWallpaperId != null) { in onCreate()
115 if (wallpaper.getWallpaperId().equals(mWallpaperId)) { in onCreate()
224 if (mWallpaperId != null && !isFinishing()) { in onActivityResult()