Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DChannelEditorDialogControllerTest.kt139 controller.proposeEditForChannel(channel1, IMPORTANCE_NONE)
203 controller.proposeEditForChannel(channel1, IMPORTANCE_NONE)
220 controller.proposeEditForChannel(channel1, IMPORTANCE_NONE)
222 controller.proposeEditForChannel(channel1, channel1.importance)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DChannelEditorListView.kt182 controller.proposeEditForChannel(it, if (b) it.importance else IMPORTANCE_NONE)
H A DChannelEditorDialogController.kt208 fun proposeEditForChannel(channel: NotificationChannel, @Importance edit: Int) { regex