Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/ui/
DTaskSwitcherNotificationCoordinator.kt75 .broadcastFlow(IntentFilter(GO_BACK_ACTION)) { intent, _ -> in <lambda>()
103 createActionPendingIntent(action = GO_BACK_ACTION, task = uiState.projectedTask) in <lambda>()
134 private const val GO_BACK_ACTION = "com.android.systemui.mediaprojection.GO_BACK" in <lambda>() constant