Searched refs:firstUserId (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | SplitSelectStateController.java | 456 int firstUserId = launchData.getInitialUserId(); in launchTasks() local 482 mSystemUiProxy.startIntentAndTask(firstPI, firstUserId, optionsBundle, in launchTasks() 487 mSystemUiProxy.startIntents(firstPI, firstUserId, firstShortcut, in launchTasks() 517 mSystemUiProxy.startIntentAndTaskWithLegacyTransition(firstPI, firstUserId, in launchTasks() 522 mSystemUiProxy.startIntentsWithLegacyTransition(firstPI, firstUserId, in launchTasks() 606 int firstUserId = launchData.getInitialUserId(); in launchInitialAppFullscreen() local 623 firstUserId, optionsBundle, secondTaskId, null /*options2*/, in launchInitialAppFullscreen() 637 mSystemUiProxy.startIntentAndTaskWithLegacyTransition(firstPI, firstUserId, in launchInitialAppFullscreen()
|