Searched refs:WALLPAPAER_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
24 import static android.server.am.Components.WALLPAPAER_ACTIVITY;68 launchActivity(WALLPAPAER_ACTIVITY); in testUnlockWallpaper()71 mAmWmState.computeState(WALLPAPAER_ACTIVITY); in testUnlockWallpaper()
132 public static final ComponentName WALLPAPAER_ACTIVITY = component("WallpaperActivity"); field in Components