Searched refs:KEY_LAUNCH_DISPLAY_ID (Results 1 – 1 of 1) sorted by relevance
179 private static final String KEY_LAUNCH_DISPLAY_ID = "android.activity.launchDisplayId"; field in ActivityOptions1029 mLaunchDisplayId = opts.getInt(KEY_LAUNCH_DISPLAY_ID, INVALID_DISPLAY); in ActivityOptions()1645 b.putInt(KEY_LAUNCH_DISPLAY_ID, mLaunchDisplayId); in toBundle()