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/am/
DActivityStarter.java1416 ActivityRecord intentActivity = null; in getReusableIntentActivity() local
1419 intentActivity = task != null ? task.getTopActivity() : null; in getReusableIntentActivity()
1424 intentActivity = mSupervisor.findActivityLocked(mIntent, mStartActivity.info, false); in getReusableIntentActivity()
1428 intentActivity = mSupervisor.findActivityLocked(mIntent, mStartActivity.info, in getReusableIntentActivity()
1432 intentActivity = mSupervisor.findTaskLocked(mStartActivity); in getReusableIntentActivity()
1435 return intentActivity; in getReusableIntentActivity()
1438 private ActivityRecord setTargetStackAndMoveToFrontIfNeeded(ActivityRecord intentActivity) { in setTargetStackAndMoveToFrontIfNeeded() argument
1439 mTargetStack = intentActivity.task.stack; in setTargetStackAndMoveToFrontIfNeeded()
1450 && (curTop.task != intentActivity.task || curTop.task != focusStack.topTask()) in setTargetStackAndMoveToFrontIfNeeded()
1457 intentActivity.setTaskToAffiliateWith(mSourceRecord.task); in setTargetStackAndMoveToFrontIfNeeded()
[all …]