Home
last modified time | relevance | path

Searched defs:stopAction (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/sharetoapp/ui/view/
DEndGenericShareToAppDialogDelegate.kt34 private val stopAction: () -> Unit, constant in com.android.systemui.statusbar.chips.sharetoapp.ui.view.EndGenericShareToAppDialogDelegate
DEndShareScreenToAppDialogDelegate.kt33 private val stopAction: () -> Unit, constant in com.android.systemui.statusbar.chips.sharetoapp.ui.view.EndShareScreenToAppDialogDelegate
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/casttootherdevice/ui/view/
DEndGenericCastToOtherDeviceDialogDelegate.kt36 private val stopAction: () -> Unit, constant in com.android.systemui.statusbar.chips.casttootherdevice.ui.view.EndGenericCastToOtherDeviceDialogDelegate
DEndCastScreenToOtherDeviceDialogDelegate.kt33 private val stopAction: () -> Unit, constant in com.android.systemui.statusbar.chips.casttootherdevice.ui.view.EndCastScreenToOtherDeviceDialogDelegate
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/screenrecord/ui/view/
DEndScreenRecordingDialogDelegate.kt32 private val stopAction: () -> Unit, constant in com.android.systemui.statusbar.chips.screenrecord.ui.view.EndScreenRecordingDialogDelegate
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java382 Notification.Action stopAction = new Notification.Action.Builder( in createRecordingNotification() local