Searched refs:KEY_PRESENTATION_DISPLAY (Results 1 – 3 of 3) sorted by relevance
34 import static android.server.wm.app.Components.VirtualDisplayActivity.KEY_PRESENTATION_DISPLAY;200 final boolean presentationDisplay = entry.extras.getBoolean(KEY_PRESENTATION_DISPLAY); in surfaceCreated()
412 public static final String KEY_PRESENTATION_DISPLAY = "presentation_display"; field in Components.VirtualDisplayActivity
35 import static android.server.wm.app.Components.VirtualDisplayActivity.KEY_PRESENTATION_DISPLAY;438 .append(" --ez " + KEY_PRESENTATION_DISPLAY + " ").append(mPresentationDisplay); in createVirtualDisplays()