Home
last modified time | relevance | path

Searched refs:EXTRA_BOTTOM_WALLPAPER (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DBottomActivity.java19 import static android.server.wm.app.Components.BottomActivity.EXTRA_BOTTOM_WALLPAPER;
38 final boolean useWallpaper = getIntent().getBooleanExtra(EXTRA_BOTTOM_WALLPAPER, false); in onCreate()
DComponents.java349 public static final String EXTRA_BOTTOM_WALLPAPER = "USE_WALLPAPER"; field in Components.BottomActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DTransitionSelectionTests.java30 import static android.server.wm.app.Components.BottomActivity.EXTRA_BOTTOM_WALLPAPER;
278 bottomStartCmd += " --ez " + EXTRA_BOTTOM_WALLPAPER + " true"; in testTransitionSelection()