Searched refs:TEST_LIVE_WALLPAPER_SERVICE (Results 1 – 2 of 2) sorted by relevance
27 import static android.server.wm.app.Components.TEST_LIVE_WALLPAPER_SERVICE;96 wallpaperSession.setWallpaperComponent(TEST_LIVE_WALLPAPER_SERVICE); in testWallpaperGetDisplayContext()
160 public static final ComponentName TEST_LIVE_WALLPAPER_SERVICE = component("LiveWallpaper"); field in Components