Searched refs:taskUserIds (Results 1 – 4 of 4) sorted by relevance
48 return new Pair<>(cn, pinnedStackInfo.taskUserIds[i]); in getTopPinnedActivity()
2789 public int[] taskUserIds; field in ActivityManager.StackInfo2819 dest.writeIntArray(taskUserIds); in writeToParcel()2849 taskUserIds = source.createIntArray(); in readFromParcel()2891 sb.append(" userId=").append(taskUserIds[i]); in toString()
652 for (int i = stackInfo.taskUserIds.length - 1; i >= 0 && !hasUserTask; i--) { in hasDockedTask()653 hasUserTask = (stackInfo.taskUserIds[i] == userId); in hasDockedTask()
4088 int[] taskUserIds = new int[numTasks]; in getStackInfoLocked() local4098 taskUserIds[i] = task.userId; in getStackInfoLocked()4103 info.taskUserIds = taskUserIds; in getStackInfoLocked()