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 channel1.group = group.id in testPrepareDialogForApp_noExtraChannels() 94 group.channels = listOf(channel1, channel2) in testPrepareDialogForApp_noExtraChannels() 96 channel1, appIcon, clickListener) in testPrepareDialogForApp_noExtraChannels() 126 group.channels = listOf(channel1, channel2, channel4, channel5) in testPrepareDialogForApp_AddsAllChannelsAllGroups() 130 channel1, appIcon, clickListener) in testPrepareDialogForApp_AddsAllChannelsAllGroups() 138 group.channels = listOf(channel1, channel2) in testApply_demoteChannel() 140 channel1, appIcon, clickListener) in testApply_demoteChannel() 143 controller.proposeEditForChannel(channel1, IMPORTANCE_NONE) in testApply_demoteChannel() [all …]
|