Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DChannelEditorDialogController.kt63 private val dialogBuilder: ChannelEditorDialog.Builder
68 private lateinit var dialog: ChannelEditorDialog
347 class ChannelEditorDialog(context: Context, theme: Int) : Dialog(context, theme) { regex
363 fun build(): ChannelEditorDialog {
364 return ChannelEditorDialog(context, R.style.Theme_SystemUI_Dialog)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DChannelEditorDialogControllerTest.kt65 private lateinit var dialogBuilder: ChannelEditorDialog.Builder
67 private lateinit var dialog: ChannelEditorDialog