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