Searched refs:proposeEditForChannel (Results 1 – 3 of 3) sorted by relevance
139 controller.proposeEditForChannel(channel1, IMPORTANCE_NONE) in testApply_demoteChannel()203 controller.proposeEditForChannel(channel1, IMPORTANCE_NONE) in testDoneButtonSaysDone_noChanges()220 controller.proposeEditForChannel(channel1, IMPORTANCE_NONE) in testDoneButtonGoesBackToNormal_changeThenNoChange()222 controller.proposeEditForChannel(channel1, channel1.importance) in testDoneButtonGoesBackToNormal_changeThenNoChange()
182 controller.proposeEditForChannel(it, if (b) it.importance else IMPORTANCE_NONE) in onFinishInflate()
210 fun proposeEditForChannel(channel: NotificationChannel, @Importance edit: Int) { in <lambda>() method