Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCurrentWallpaperInfoVN.java60 private int mActionLabelRes; field in CurrentWallpaperInfoVN
80 mActionLabelRes = actionLabelRes; in CurrentWallpaperInfoVN()
93 mActionLabelRes = in.readInt(); in CurrentWallpaperInfoVN()
132 return mActionLabelRes != 0 ? mActionLabelRes : WallpaperInfo.getDefaultActionLabel(); in getActionLabelRes()
173 parcel.writeInt(mActionLabelRes); in writeToParcel()
DWallpaperMetadata.java36 @StringRes private final int mActionLabelRes; field in WallpaperMetadata
46 mActionLabelRes = actionLabelRes; in WallpaperMetadata()
72 return mActionLabelRes; in getActionLabelRes()