Searched refs:ARG_COUNTRY_ISO (Results 1 – 1 of 1) sorted by relevance
77 private static final String ARG_COUNTRY_ISO = "argCountryIso"; field in BlockNumberDialogFragment120 args.putString(ARG_COUNTRY_ISO, countryIso); in newInstance()138 mCountryIso = getArguments().getString(ARG_COUNTRY_ISO); in onCreateDialog()