Searched refs:ARG_DIALOG_TITLE_RES (Results 1 – 1 of 1) sorted by relevance
39 private static final String ARG_DIALOG_TITLE_RES = "arg_dialog_title_res"; field in UsageBytesThresholdPickerDialog66 args.putInt(ARG_DIALOG_TITLE_RES, dialogTitle); in newInstance()109 .setTitle(getArguments().getInt(ARG_DIALOG_TITLE_RES)) in onCreateDialog()