Searched refs:NEGATIVE_BUTTON_MESSAGE (Results 1 – 1 of 1) sorted by relevance
36 private static final String NEGATIVE_BUTTON_MESSAGE = "negativeButtonMessage"; field in SimpleDialog61 if (args.containsKey(NEGATIVE_BUTTON_MESSAGE)) { in onCreateDialog()62 builder.setNegativeButton(args.getInt(NEGATIVE_BUTTON_MESSAGE), in onCreateDialog()167 args.putInt(NEGATIVE_BUTTON_MESSAGE, mNegativeButtonMessage); in build()