Searched refs:negativeLabel (Results 1 – 1 of 1) sorted by relevance
229 int negativeLabel = empty ? android.R.string.cancel : R.string.deny_button; in displayCertChooserDialog() local230 builder.setNegativeButton(negativeLabel, new DialogInterface.OnClickListener() { in displayCertChooserDialog()