Searched refs:KEY_ACTION_DELETE_LIVE_WALLPAPER (Results 1 – 4 of 4) sorted by relevance
43 private static final String KEY_ACTION_DELETE_LIVE_WALLPAPER = "action_delete_live_wallpaper"; field in LiveWallpaperChange103 return metaData.getString(KEY_ACTION_DELETE_LIVE_WALLPAPER); in getDeleteAction()
69 return metaData?.getString(LivePreviewFragment.KEY_ACTION_DELETE_LIVE_WALLPAPER) in getDeleteAction()
88 return metaData?.getString(LivePreviewFragment.KEY_ACTION_DELETE_LIVE_WALLPAPER) in getDeleteAction()
93 public static final String KEY_ACTION_DELETE_LIVE_WALLPAPER = "action_delete_live_wallpaper"; field in LivePreviewFragment