Searched refs:launchDisplayId (Results 1 – 4 of 4) sorted by relevance
52 int launchDisplayId = launchIntent.getExtras().getInt(LAUNCH_ACTIVITY_DISPLAY_ID); in onCreate() local61 activityOptions.setLaunchDisplayId(launchDisplayId); in onCreate()64 Slog.d(TAG, "launchDisplayId: " + launchDisplayId + ", appIntent: " + appIntent); in onCreate()
84 options.launchDisplayId = context.displayId in launchApp()
62 options.launchDisplayId = context.display?.displayId ?: 0 in launch()
984 options.launchDisplayId = display?.displayId ?: Display.DEFAULT_DISPLAY in <lambda>()1066 launchDisplayId = display?.displayId ?: Display.DEFAULT_DISPLAY in <lambda>()