Searched refs:intentActivity (Results 1 – 1 of 1) sorted by relevance
2077 ActivityRecord intentActivity = null; in getReusableIntentActivity() local2080 intentActivity = task != null ? task.getTopActivity() : null; in getReusableIntentActivity()2085 intentActivity = mRootActivityContainer.findActivity(mIntent, mStartActivity.info, in getReusableIntentActivity()2090 intentActivity = mRootActivityContainer.findActivity(mIntent, mStartActivity.info, in getReusableIntentActivity()2094 intentActivity = in getReusableIntentActivity()2099 if (intentActivity != null in getReusableIntentActivity()2100 && (mStartActivity.isActivityTypeHome() || intentActivity.isActivityTypeHome()) in getReusableIntentActivity()2101 && intentActivity.getDisplayId() != mPreferredDisplayId) { in getReusableIntentActivity()2103 intentActivity = null; in getReusableIntentActivity()2106 return intentActivity; in getReusableIntentActivity()[all …]