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()
662 public static final String KEY_PRESENTATION_DISPLAY = "presentation_display"; field in Components.VirtualDisplayActivity
31 import static android.server.wm.app.Components.VirtualDisplayActivity.KEY_PRESENTATION_DISPLAY;416 .append(" --ez " + KEY_PRESENTATION_DISPLAY + " ").append(mPresentationDisplay) in createVirtualDisplays()