Searched refs:EXTRA_ENABLE_WALLPAPER_TOUCH (Results 1 – 3 of 3) sorted by relevance
19 import static android.server.wm.app.Components.WallpaperTargetActivity.EXTRA_ENABLE_WALLPAPER_TOUCH;32 getIntent().getBooleanExtra(EXTRA_ENABLE_WALLPAPER_TOUCH, true); in onCreate()
733 public static final String EXTRA_ENABLE_WALLPAPER_TOUCH = "enable_wallpaper_touch"; field in Components.WallpaperTargetActivity
89 Components.WallpaperTargetActivity.EXTRA_ENABLE_WALLPAPER_TOUCH, in checkWallpaperEvent()