Searched refs:taskUserIds (Results 1 – 3 of 3) sorted by relevance
2422 public int[] taskUserIds; field in ActivityManager.StackInfo2452 dest.writeIntArray(taskUserIds); in writeToParcel()2482 taskUserIds = source.createIntArray(); in readFromParcel()2524 sb.append(" userId=").append(taskUserIds[i]); in toString()
513 for (int i = stackInfo.taskUserIds.length - 1; i >= 0 && !hasUserTask; i--) { in hasDockedTask()514 hasUserTask = (stackInfo.taskUserIds[i] == userId); in hasDockedTask()
3522 int[] taskUserIds = new int[numTasks]; in getStackInfoLocked() local3532 taskUserIds[i] = task.userId; in getStackInfoLocked()3537 info.taskUserIds = taskUserIds; in getStackInfoLocked()