Searched refs:otherIndex (Results 1 – 1 of 1) sorted by relevance
4105 int otherIndex = mRecentTasks.indexOf(other); in addRecentTaskLocked() local4106 if (otherIndex >= 0) { in addRecentTaskLocked()4112 taskIndex = otherIndex+1; in addRecentTaskLocked()4116 taskIndex = otherIndex; in addRecentTaskLocked()