Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWallpaperWindowInputTests.kt87 Components.WALLPAPER_TARGET_ACTIVITY, in checkWallpaperEvent()
95 val task = mWmState.getTaskByActivity(Components.WALLPAPER_TARGET_ACTIVITY) in checkWallpaperEvent()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java228 public static final ComponentName WALLPAPER_TARGET_ACTIVITY = field in Components