D | ChannelEditorDialogControllerTest.kt | 55 private lateinit var channel1: NotificationChannel variable in com.android.systemui.statusbar.notification.row.ChannelEditorDialogControllerTest 75 channel1 = NotificationChannel(TEST_CHANNEL, TEST_CHANNEL_NAME, IMPORTANCE_DEFAULT) in setup() 92 group.channels = listOf(channel1, channel2) in testPrepareDialogForApp_noExtraChannels() 94 setOf(channel1, channel2), appIcon, clickListener) in testPrepareDialogForApp_noExtraChannels() 123 group.channels = listOf(channel1, channel2, channel3, channel4) in testPrepareDialogForApp_retrievesUpTo4Channels() 126 setOf(channel1), appIcon, clickListener) in testPrepareDialogForApp_retrievesUpTo4Channels() 134 group.channels = listOf(channel1, channel2) in testApply_demoteChannel() 136 setOf(channel1, channel2), appIcon, clickListener) in testApply_demoteChannel() 139 controller.proposeEditForChannel(channel1, IMPORTANCE_NONE) in testApply_demoteChannel() 144 IMPORTANCE_NONE, channel1.importance) in testApply_demoteChannel() [all …]
|