Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DVirtualDisplayActivity.java34 import static android.server.wm.app.Components.VirtualDisplayActivity.KEY_PRESENTATION_DISPLAY;
199 final boolean presentationDisplay = entry.extras.getBoolean(KEY_PRESENTATION_DISPLAY); in surfaceCreated()
DComponents.java584 public static final String KEY_PRESENTATION_DISPLAY = "presentation_display"; field in Components.VirtualDisplayActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayTestBase.java33 import static android.server.wm.app.Components.VirtualDisplayActivity.KEY_PRESENTATION_DISPLAY;
612 .append(" --ez " + KEY_PRESENTATION_DISPLAY + " ").append(mPresentationDisplay); in createVirtualDisplays()