Searched refs:taskUserIds (Results 1 – 3 of 3) sorted by relevance
2376 public int[] taskUserIds; field in ActivityManager.StackInfo2406 dest.writeIntArray(taskUserIds); in writeToParcel()2436 taskUserIds = source.createIntArray(); in readFromParcel()2478 sb.append(" userId=").append(taskUserIds[i]); in toString()
500 for (int i = stackInfo.taskUserIds.length - 1; i >= 0 && !hasUserTask; i--) { in hasDockedTask()501 hasUserTask = (stackInfo.taskUserIds[i] == userId); in hasDockedTask()
3436 int[] taskUserIds = new int[numTasks]; in getStackInfoLocked() local3446 taskUserIds[i] = task.userId; in getStackInfoLocked()3451 info.taskUserIds = taskUserIds; in getStackInfoLocked()