Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DChannelEditorDialogControllerTest.kt206 verify(dialog).updateDoneButtonText(true /* hasChanges */)
225 inOrderDialog.verify(dialog, times(1)).updateDoneButtonText(eq(true))
226 inOrderDialog.verify(dialog, times(1)).updateDoneButtonText(eq(false))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DChannelEditorDialogController.kt215 dialog.updateDoneButtonText(hasChanges())
220 dialog.updateDoneButtonText(hasChanges())
348 fun updateDoneButtonText(hasChanges: Boolean) { regex