Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityStack.java3319 int replyChainEnd = -1; in resetTargetTaskIfNeededLocked() local
3349 if (replyChainEnd < 0) { in resetTargetTaskIfNeededLocked()
3350 replyChainEnd = i; in resetTargetTaskIfNeededLocked()
3385 final int start = replyChainEnd < 0 ? i : replyChainEnd; in resetTargetTaskIfNeededLocked()
3408 replyChainEnd = -1; in resetTargetTaskIfNeededLocked()
3420 } else if (replyChainEnd < 0) { in resetTargetTaskIfNeededLocked()
3423 end = replyChainEnd; in resetTargetTaskIfNeededLocked()
3446 replyChainEnd = -1; in resetTargetTaskIfNeededLocked()
3451 replyChainEnd = -1; in resetTargetTaskIfNeededLocked()
3468 int replyChainEnd = -1; in resetAffinityTaskIfNeededLocked() local
[all …]