Searched refs:EXTRA_TOP_WALLPAPER (Results 1 – 3 of 3) sorted by relevance
20 import static android.server.wm.app.Components.TopActivity.EXTRA_TOP_WALLPAPER;36 final boolean useWallpaper = getIntent().getBooleanExtra(EXTRA_TOP_WALLPAPER, false); in onCreate()
392 public static final String EXTRA_TOP_WALLPAPER = "USE_WALLPAPER"; field in Components.TopActivity
34 import static android.server.wm.app.Components.TopActivity.EXTRA_TOP_WALLPAPER;302 topStartCmd += " --ez " + EXTRA_TOP_WALLPAPER + " true"; in testTransitionSelection()