Searched defs:taskToAffiliate (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStarter.java1170 final TaskRecord taskToAffiliate = (mLaunchTaskBehind && mSourceRecord != null)
1179 taskToAffiliate, preferredLaunchStackId, topStack);
1781 TaskRecord taskToAffiliate, int preferredLaunchStackId, ActivityStack topStack) {
1810 if (taskToAffiliate != null) {
1811 mStartActivity.setTaskToAffiliateWith(taskToAffiliate);
1780 setTaskFromReuseOrCreateNewTask( TaskRecord taskToAffiliate, int preferredLaunchStackId, ActivityStack topStack) argument

Completed in 41 milliseconds