D | ChannelEditorDialogControllerTest.kt | 56 private lateinit var channel2: NotificationChannel variable in com.android.systemui.statusbar.notification.row.ChannelEditorDialogControllerTest 76 channel2 = NotificationChannel(TEST_CHANNEL2, TEST_CHANNEL_NAME2, 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() 134 group.channels = listOf(channel1, channel2) in testApply_demoteChannel() 136 setOf(channel1, channel2), appIcon, clickListener) in testApply_demoteChannel() 148 IMPORTANCE_DEFAULT, channel2.importance) in testApply_demoteChannel() 153 group.channels = listOf(channel1, channel2) in testApply_demoteApp() 155 setOf(channel1, channel2), appIcon, clickListener) in testApply_demoteApp() [all …]
|