Searched refs:DisplayNameAndCountryCodeTuple (Results 1 – 1 of 1) sorted by relevance
45 abstract static class DisplayNameAndCountryCodeTuple { class in AssistedDialingSettingFragment47 static DisplayNameAndCountryCodeTuple create( in create()122 List<DisplayNameAndCountryCodeTuple> defaultCountryChoices = in updateCountryChoices()131 for (DisplayNameAndCountryCodeTuple tuple : defaultCountryChoices) { in updateCountryChoices()164 private List<DisplayNameAndCountryCodeTuple> buildDefaultCountryChooserKeysAndValues( in buildDefaultCountryChooserKeysAndValues()173 List<DisplayNameAndCountryCodeTuple> displayNamesandCountryCodes = new ArrayList<>(); in buildDefaultCountryChooserKeysAndValues()186 DisplayNameAndCountryCodeTuple.create(settingDisplayName, values[i])); in buildDefaultCountryChooserKeysAndValues()