HomeSort by relevance Sort by last modified time
    Searched defs:Country (Results 1 - 9 of 9) sorted by null

  /frameworks/base/location/java/android/location/
Country.java 26 * This class wraps the country information.
30 public class Country implements Parcelable {
32 * The country code came from the mobile network
37 * The country code came from the location service
42 * The country code was read from the SIM card
47 * The country code came from the system locale setting
52 * The ISO 3166-1 two letters country code.
57 * Where the country code came from.
70 * @param countryIso the ISO 3166-1 two letters country code.
81 public Country(final String countryIso, final int source)
    [all...]
  /system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
TzLookupFile.java 50 // <country code="iso_code" default="olson_id" everutc="n|y">
51 private static final String COUNTRY_ELEMENT = "country";
60 // The time when the zone stops being distinct from another of the country's zones (inclusive).
74 * <country code="us" default="America/New_York" everutc="n">
81 * </country>
82 * <country code="gb" default="Europe/London" everutc="y">
85 * </country>
144 private final List<Country> countries = new ArrayList<>();
152 for (Country country : countryZones.countries)
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
EnumHashBiMapTest.java 39 private enum Country { CANADA, CHILE, JAPAN, SWITZERLAND, UK }
41 public static final class EnumHashBiMapGenerator implements TestBiMapGenerator<Country, String> {
44 public BiMap<Country, String> create(Object... entries) {
45 BiMap<Country, String> result = EnumHashBiMap.create(Country.class);
47 Entry<Country, String> entry = (Entry<Country, String>) o;
54 public SampleElements<Entry<Country, String>> samples() {
55 return new SampleElements<Entry<Country, String>>(
56 Maps.immutableEntry(Country.CANADA, "DOLLAR")
    [all...]
EnumBiMapTest.java 46 private enum Country { CANADA, CHILE, JAPAN, SWITZERLAND, UK }
48 public static final class EnumBiMapGenerator implements TestBiMapGenerator<Country, Currency> {
51 public BiMap<Country, Currency> create(Object... entries) {
52 BiMap<Country, Currency> result = EnumBiMap.create(Country.class, Currency.class);
54 Entry<Country, Currency> entry = (Entry<Country, Currency>) object;
61 public SampleElements<Entry<Country, Currency>> samples() {
62 return new SampleElements<Entry<Country, Currency>>(
63 Helpers.mapEntry(Country.CANADA, Currency.DOLLAR)
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
EnumBiMapTest.java 55 private enum Country { CANADA, CHILE, JAPAN, SWITZERLAND, UK }
57 public static final class EnumBiMapGenerator implements TestBiMapGenerator<Country, Currency> {
60 public BiMap<Country, Currency> create(Object... entries) {
61 BiMap<Country, Currency> result = EnumBiMap.create(Country.class, Currency.class);
63 Entry<Country, Currency> entry = (Entry<Country, Currency>) object;
70 public SampleElements<Entry<Country, Currency>> samples() {
71 return new SampleElements<Entry<Country, Currency>>(
72 Helpers.mapEntry(Country.CANADA, Currency.DOLLAR)
    [all...]
EnumHashBiMapTest.java 48 private enum Country { CANADA, CHILE, JAPAN, SWITZERLAND, UK }
50 public static final class EnumHashBiMapGenerator implements TestBiMapGenerator<Country, String> {
53 public BiMap<Country, String> create(Object... entries) {
54 BiMap<Country, String> result = EnumHashBiMap.create(Country.class);
56 Entry<Country, String> entry = (Entry<Country, String>) o;
63 public SampleElements<Entry<Country, String>> samples() {
64 return new SampleElements<Entry<Country, String>>(
65 Maps.immutableEntry(Country.CANADA, "DOLLAR")
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
WiFi.h 312 /// Specifies country strings in 3 octets.
316 /// Indicates a triplet that repeated in country element. The number of triplets is
449 EFI_80211_ELEMENT_COUNTRY *Country;
537 /// Two octet's field to report condensed country string.
    [all...]
  /external/pdfium/third_party/lcms/src/
lcms2_internal.h 661 cmsUInt16Number Country;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]

Completed in 1032 milliseconds