Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DWallpaperPickerDelegate.java66 public static final String IS_LIVE_WALLPAPER = "isLiveWallpaper"; field in WallpaperPickerDelegate
479 if (data != null && data.getBooleanExtra(IS_LIVE_WALLPAPER, false)) { in handleActivityResult()