Home
last modified time | relevance | path

Searched refs:KEY_LAUNCH_DISPLAY_ID (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DActivityOptions.java164 private static final String KEY_LAUNCH_DISPLAY_ID = "android.activity.launchDisplayId"; field in ActivityOptions
862 mLaunchDisplayId = opts.getInt(KEY_LAUNCH_DISPLAY_ID, INVALID_DISPLAY); in ActivityOptions()
1293 b.putInt(KEY_LAUNCH_DISPLAY_ID, mLaunchDisplayId); in toBundle()