Searched refs:otherTask (Results 1 – 4 of 4) sorted by relevance
1244 final Task otherTask = mTasks.get(i); in findIndexToAdd() local1245 if (task == otherTask) { in findIndexToAdd()1249 if (!otherTask.isAttached()) { in findIndexToAdd()1254 if (otherTask.inPinnedWindowingMode()) { in findIndexToAdd()1259 if (otherTask.topRunningActivity() == null) { in findIndexToAdd()1266 if (task.compareTo(otherTask) > 0) { in findIndexToAdd()
1091 final Task otherTask = activity.getTask(); in shouldKillProcessForRemovedTask() local1092 if (task.mTaskId != otherTask.mTaskId && otherTask.inRecents) { in shouldKillProcessForRemovedTask()
801 final Task otherTask = otherInfo.mLastLaunchedActivity.getTask(); in updateSplitPairLaunches() local803 if (otherTask.isDescendantOf(adjacentToLaunchedTask)) { in updateSplitPairLaunches()806 + " t2=" + otherTask.mTaskId); in updateSplitPairLaunches()
146 val otherTask = in <lambda>() constant153 otherSplitTask = otherTask in <lambda>()