Searched refs:WALLPAPAER_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
30 import static android.server.wm.app.Components.WALLPAPAER_ACTIVITY;72 launchActivity(WALLPAPAER_ACTIVITY); in testUnlockWallpaper()75 mAmWmState.computeState(WALLPAPAER_ACTIVITY); in testUnlockWallpaper()
158 public static final ComponentName WALLPAPAER_ACTIVITY = component("WallpaperActivity"); field in Components