Searched refs:getActiveTasks (Results 1 – 3 of 3) sorted by relevance
520 val activeTasks = desktopModeTaskRepository.getActiveTasks(displayId)659 val activeTasks = desktopModeTaskRepository.getActiveTasks(task.displayId)676 val activeTasks = desktopModeTaskRepository.getActiveTasks(task.displayId)
200 fun getActiveTasks(displayId: Int): ArraySet<Int> { regex
289 final ArraySet<Integer> activeTasks = mDesktopModeTaskRepository.getActiveTasks(displayId); in bringDesktopAppsToFront()