Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/ui/viewmodel/
DTaskSwitcherNotificationViewModel.kt73 withContext(backgroundDispatcher) { interactor.goBackToTask(task) } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/domain/interactor/
DTaskSwitchInteractor.kt49 suspend fun goBackToTask(task: RunningTaskInfo) { in <lambda>() method in com.android.systemui.mediaprojection.taskswitcher.domain.interactor.TaskSwitchInteractor
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/domain/interactor/
DTaskSwitchInteractorTest.kt129 interactor.goBackToTask(projectedTask) in taskSwitchChanges_projectingTask_foregroundTaskDifferent_thenWentBack_emitsUnchanged()