Searched refs:POSITIVE_BUTTON_MESSAGE (Results 1 – 1 of 1) sorted by relevance
40 private static final String POSITIVE_BUTTON_MESSAGE = "positiveButtonMessage"; field in SimpleDialog71 if (args.containsKey(POSITIVE_BUTTON_MESSAGE)) { in onCreateDialog()73 LazyStringResource.of(args.getBundle(POSITIVE_BUTTON_MESSAGE)).value(context), in onCreateDialog()220 args.putBundle(POSITIVE_BUTTON_MESSAGE, mPositiveButtonMessage.toBundle()); in build()