Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java2058 ActivityRecord intentActivity = null; in getReusableIntentActivity() local
2061 intentActivity = task != null ? task.getTopActivity() : null; in getReusableIntentActivity()
2066 intentActivity = mRootActivityContainer.findActivity(mIntent, mStartActivity.info, in getReusableIntentActivity()
2071 intentActivity = mRootActivityContainer.findActivity(mIntent, mStartActivity.info, in getReusableIntentActivity()
2075 intentActivity = in getReusableIntentActivity()
2080 if (intentActivity != null in getReusableIntentActivity()
2081 && (mStartActivity.isActivityTypeHome() || intentActivity.isActivityTypeHome()) in getReusableIntentActivity()
2082 && intentActivity.getDisplayId() != mPreferredDisplayId) { in getReusableIntentActivity()
2084 intentActivity = null; in getReusableIntentActivity()
2087 return intentActivity; in getReusableIntentActivity()
[all …]