Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DCurrentWallpaperInfoVN.java57 private int mActionLabelRes; field in CurrentWallpaperInfoVN
78 mActionLabelRes = actionLabelRes; in CurrentWallpaperInfoVN()
91 mActionLabelRes = in.readInt(); in CurrentWallpaperInfoVN()
135 return mActionLabelRes != 0 ? mActionLabelRes : WallpaperInfo.getDefaultActionLabel(); in getActionLabelRes()
163 parcel.writeInt(mActionLabelRes); in writeToParcel()
H A DWallpaperMetadata.java36 @StringRes private final int mActionLabelRes; field in WallpaperMetadata
46 mActionLabelRes = actionLabelRes; in WallpaperMetadata()
72 return mActionLabelRes; in getActionLabelRes()