D | ChannelEditorDialogControllerTest.kt | 53 private lateinit var channel1: NotificationChannel variable in com.android.systemui.statusbar.notification.row.ChannelEditorDialogControllerTest 68 channel1 = NotificationChannel(TEST_CHANNEL, TEST_CHANNEL_NAME, IMPORTANCE_DEFAULT) in setup() 85 group.channels = listOf(channel1, channel2) in testPrepareDialogForApp_noExtraChannels() 87 setOf(channel1, channel2), appIcon, clickListener) in testPrepareDialogForApp_noExtraChannels() 116 group.channels = listOf(channel1, channel2, channel3, channel4) in testPrepareDialogForApp_retrievesUpTo4Channels() 119 setOf(channel1), appIcon, clickListener) in testPrepareDialogForApp_retrievesUpTo4Channels() 127 group.channels = listOf(channel1, channel2) in testApply_demoteChannel() 129 setOf(channel1, channel2), appIcon, clickListener) in testApply_demoteChannel() 132 controller.proposeEditForChannel(channel1, IMPORTANCE_NONE) in testApply_demoteChannel() 137 IMPORTANCE_NONE, channel1.importance) in testApply_demoteChannel() [all …]
|