Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogController.kt63 private val dialogBuilder: ChannelEditorDialog.Builder in <lambda>()
68 private lateinit var dialog: ChannelEditorDialog in <lambda>()
332 class ChannelEditorDialog(context: Context, theme: Int) : Dialog(context, theme) { class
348 fun build(): ChannelEditorDialog { in build()
349 return ChannelEditorDialog(context, R.style.Theme_SystemUI_Dialog) in build()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogControllerTest.kt65 private lateinit var dialogBuilder: ChannelEditorDialog.Builder
67 private lateinit var dialog: ChannelEditorDialog