Searched refs:setNegativeButtonText (Results 1 – 5 of 5) sorted by relevance
39 .setNegativeButtonText("Set and not empty") in biometricPromptAuthenticateShouldNotCrashWithNoSuchMethodError()
56 setNegativeButtonText(android.R.string.cancel); in NumberPickerPreference()
57 public void setNegativeButtonText(String text) { in setNegativeButtonText() method in SeekBarDialogTask
363 ((AlertDialogTask) mDialogTask).setNegativeButtonText(text); in dialogSetNegativeButtonText()365 ((SeekBarDialogTask) mDialogTask).setNegativeButtonText(text); in dialogSetNegativeButtonText()
75 public void setNegativeButtonText(String text) { in setNegativeButtonText() method in AlertDialogTask