Home
last modified time | relevance | path

Searched defs:countries (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telephony/ecc/conversion_toolset_v1/proto/
Dprotobuf_ecc_data.proto54 repeated CountryInfo countries = 2; field
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DPhoneNumberTestService.java68 Set<String> countries = new LinkedHashSet<String>(); in onHandleIntent() local
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DRatingSystemsFragment.java94 List<String> countries = s.getCountries(); in getItemList() local
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DEditTextVariations.java95 final String[] countries = getResources().getStringArray(R.array.countries_array); in onCreate() local
/packages/apps/TV/src/com/android/tv/parental/
DContentRatingSystem.java161 List<String> countries, in ContentRatingSystem()