Searched refs:setNegativeButtonText (Results 1 – 3 of 3) sorted by relevance
58 public void setNegativeButtonText(String text) { in setNegativeButtonText() method in SeekBarDialogTask
366 ((AlertDialogTask) mDialogTask).setNegativeButtonText(text); in dialogSetNegativeButtonText()368 ((SeekBarDialogTask) mDialogTask).setNegativeButtonText(text); in dialogSetNegativeButtonText()
76 public void setNegativeButtonText(String text) { in setNegativeButtonText() method in AlertDialogTask