HomeSort by relevance Sort by last modified time
    Searched refs:positiveButtonLabel (Results 1 - 3 of 3) sorted by null

  /packages/apps/ExactCalculator/src/com/android/calculator2/
AlertDialogFragment.java 61 * @param positiveButtonLabel label for second button, if any. If non-null, activity must
65 @StringRes int message, @StringRes int positiveButtonLabel, @Nullable String tag) {
68 positiveButtonLabel != 0 ? activity.getString(positiveButtonLabel) : null,
78 * @param positiveButtonLabel label for second button, if any. If non-null, activity must
82 CharSequence message, @Nullable CharSequence positiveButtonLabel, @Nullable String tag)
92 if (positiveButtonLabel != null) {
93 args.putCharSequence(KEY_BUTTON_POSITIVE, positiveButtonLabel);
117 final CharSequence positiveButtonLabel = args.getCharSequence(KEY_BUTTON_POSITIVE);
118 if (positiveButtonLabel != null)
    [all...]
Calculator.java 179 @StringRes int positiveButtonLabel, String tag) {
181 positiveButtonLabel, tag);
    [all...]
Evaluator.java     [all...]

Completed in 213 milliseconds