Searched refs:mLaunchDisplayId (Results 1 – 1 of 1) sorted by relevance
320 private int mLaunchDisplayId = INVALID_DISPLAY; field in ActivityOptions947 mLaunchDisplayId = opts.getInt(KEY_LAUNCH_DISPLAY_ID, INVALID_DISPLAY); in ActivityOptions()1187 return mLaunchDisplayId; in getLaunchDisplayId()1202 mLaunchDisplayId = launchDisplayId; in setLaunchDisplayId()1506 if (mLaunchDisplayId != INVALID_DISPLAY) { in toBundle()1507 b.putInt(KEY_LAUNCH_DISPLAY_ID, mLaunchDisplayId); in toBundle()