Searched refs:KEY_DISPLAY_ID (Results 1 – 6 of 6) sorted by relevance
50 Components.PresentationActivity.KEY_DISPLAY_ID); in createPresentationWindow()
22 import static android.server.wm.ActivityLauncher.KEY_DISPLAY_ID;248 extras.putInt(KEY_DISPLAY_ID, displayId); in launchActivity()
597 public static final String KEY_DISPLAY_ID = "display_id"; field in Components.PresentationActivity
90 public static final String KEY_DISPLAY_ID = "display_id"; field in ActivityLauncher206 final int displayId = extras.getInt(KEY_DISPLAY_ID, -1); in launchActivityFromExtras()
49 import static android.server.wm.ActivityLauncher.KEY_DISPLAY_ID;2444 b.putInt(KEY_DISPLAY_ID, mDisplayId);2503 commandBuilder.append(" --ei " + KEY_DISPLAY_ID + " ").append(mDisplayId);
137 intent.putExtra(Components.PresentationActivity.KEY_DISPLAY_ID, displayId); in launchPresentationActivity()