Searched refs:ARG_NEG_BTN_TEXT (Results 1 – 1 of 1) sorted by relevance
42 private static final String ARG_NEG_BTN_TEXT = "negativeButtonText"; field in SpeedBumpDialogFragment71 args.putString(ARG_NEG_BTN_TEXT, negativeButtonText); in newInstance()87 String negativeButtonTextId = getArguments().getString(ARG_NEG_BTN_TEXT); in onCreateDialog()