Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DWallpaperInfo.java44 public static int getDefaultActionLabel() { in getDefaultActionLabel() method in WallpaperInfo
101 return getDefaultActionLabel(); in getActionLabelRes()
DCurrentWallpaperInfoV16.java117 return mActionLabelRes != 0 ? mActionLabelRes : WallpaperInfo.getDefaultActionLabel(); in getActionLabelRes()
DCurrentWallpaperInfoVN.java134 return mActionLabelRes != 0 ? mActionLabelRes : WallpaperInfo.getDefaultActionLabel(); in getActionLabelRes()