Home
last modified time | relevance | path

Searched refs:updateDoneButtonText (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogControllerTest.kt229 verify(dialog).updateDoneButtonText(true /* hasChanges */) in testDoneButtonSaysDone_noChanges()
248 inOrderDialog.verify(dialog, times(1)).updateDoneButtonText(eq(true)) in testDoneButtonGoesBackToNormal_changeThenNoChange()
249 inOrderDialog.verify(dialog, times(1)).updateDoneButtonText(eq(false)) in testDoneButtonGoesBackToNormal_changeThenNoChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogController.kt203 dialog.updateDoneButtonText(hasChanges()) in <lambda>()
208 dialog.updateDoneButtonText(hasChanges()) in <lambda>()
333 fun updateDoneButtonText(hasChanges: Boolean) { in updateDoneButtonText() method