Home
last modified time | relevance | path

Searched refs:stackInfo (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DSystemActivityMonitoringService.java63 public final StackInfo stackInfo; field in SystemActivityMonitoringService.TopTaskInfoContainer
66 int displayId, int position, StackInfo stackInfo) { in TopTaskInfoContainer() argument
71 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()
/packages/services/Car/service/src/com/android/car/pm/
DCarPackageManagerService.java1048 + 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()