Searched refs:mNegativeButtonText (Results 1 – 2 of 2) sorted by relevance
44 private String mNegativeButtonText; field in SeekBarDialogTask58 mNegativeButtonText = text; in setNegativeButtonText()153 if (mNegativeButtonText != null) {154 builder.setNegativeButton(mNegativeButtonText, buttonListener);
52 private String mNegativeButtonText; field in AlertDialogTask76 mNegativeButtonText = text; in setNegativeButtonText()275 if (mNegativeButtonText != null) {276 builder.setNegativeButton(mNegativeButtonText, buttonListener);