Searched refs:updateDoneButtonText (Results 1 – 2 of 2) sorted by relevance
229 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()
203 dialog.updateDoneButtonText(hasChanges()) in <lambda>()208 dialog.updateDoneButtonText(hasChanges()) in <lambda>()333 fun updateDoneButtonText(hasChanges: Boolean) { in updateDoneButtonText() method