Searched refs:stackInfo (Results 1 – 2 of 2) sorted by relevance
63 public final StackInfo stackInfo; field in SystemActivityMonitoringService.TopTaskInfoContainer66 int displayId, int position, StackInfo stackInfo) { in TopTaskInfoContainer() argument71 this.stackInfo = stackInfo; in TopTaskInfoContainer()80 && this.stackInfo.userId == taskInfo.stackInfo.userId; in isMatching()88 topActivity, taskId, stackInfo.stackId, stackInfo.userId, displayId, position); in toString()391 new UserHandle(currentTask.stackInfo.userId)); in handleBlockActivity()
1048 + topTask.stackInfo.taskIds.length); in doBlockTopActivityIfNotAllowed()1055 topTask.stackInfo.taskIds.length); in doBlockTopActivityIfNotAllowed()1060 for (int i = 0; i < topTask.stackInfo.taskIds.length; i++) { in doBlockTopActivityIfNotAllowed()1062 if (topTask.stackInfo.taskIds[i] == topTask.taskId) { in doBlockTopActivityIfNotAllowed()1065 taskRootActivity = topTask.stackInfo.taskNames[i]; in doBlockTopActivityIfNotAllowed()