Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DChannelEditorListView.kt156 controller.proposeEditForChannel(it, if (b) it.importance else IMPORTANCE_NONE) in onFinishInflate()
DChannelEditorDialogController.kt192 fun proposeEditForChannel(channel: NotificationChannel, edit: Int) { in <lambda>() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogControllerTest.kt132 controller.proposeEditForChannel(channel1, IMPORTANCE_NONE) in testApply_demoteChannel()