Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DSystemActivityMonitoringService.java297 TopTaskInfoContainer currentTopTaskInfo = topTasks.get(displayId); in updateTasks() local
299 if (currentTopTaskInfo == null || in updateTasks()
300 newTopTaskInfo.position > currentTopTaskInfo.position) { in updateTasks()