Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySystemDecorationTests.java28 import static android.server.wm.app.Components.TEST_LIVE_WALLPAPER_SERVICE;
130 wallpaperSession.setWallpaperComponent(TEST_LIVE_WALLPAPER_SERVICE); in testWallpaperGetDisplayContext()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java155 public static final ComponentName TEST_LIVE_WALLPAPER_SERVICE = component("LiveWallpaper"); field in Components