Searched refs:NEGATIVE_BUTTON_MESSAGE (Results 1 – 1 of 1) sorted by relevance
39 private static final String NEGATIVE_BUTTON_MESSAGE = "negativeButtonMessage"; field in SimpleDialog65 if (args.containsKey(NEGATIVE_BUTTON_MESSAGE)) { in onCreateDialog()67 LazyStringResource.of(args.getBundle(NEGATIVE_BUTTON_MESSAGE)).value(context), in onCreateDialog()216 args.putBundle(NEGATIVE_BUTTON_MESSAGE, mNegativeButtonMessage.toBundle()); in build()