Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DWallpaperTargetActivity.java19 import static android.server.wm.app.Components.WallpaperTargetActivity.EXTRA_ENABLE_WALLPAPER_TOUCH;
32 getIntent().getBooleanExtra(EXTRA_ENABLE_WALLPAPER_TOUCH, true); in onCreate()
DComponents.java733 public static final String EXTRA_ENABLE_WALLPAPER_TOUCH = "enable_wallpaper_touch"; field in Components.WallpaperTargetActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWallpaperWindowInputTests.kt89 Components.WallpaperTargetActivity.EXTRA_ENABLE_WALLPAPER_TOUCH, in checkWallpaperEvent()