Searched refs:buildListOfTimeZones (Results 1 – 2 of 2) sorted by relevance
/external/libphonenumber/geocoder/test/com/google/i18n/phonenumbers/ |
D | PhoneNumberToTimeZonesMapperTest.java | 66 static List<String> buildListOfTimeZones(String ... timezones) { in buildListOfTimeZones() method in PhoneNumberToTimeZonesMapperTest 75 return buildListOfTimeZones(NEW_YORK_TZ, CHICAGO_TZ, WINNIPEG_TZ, LOS_ANGELES_TZ); in getNanpaTimeZonesList() 85 assertEquals(buildListOfTimeZones(SYDNEY_TZ), in testGetTimeZonesForNumber() 87 assertEquals(buildListOfTimeZones(SEOUL_TZ), in testGetTimeZonesForNumber() 89 assertEquals(buildListOfTimeZones(WINNIPEG_TZ), in testGetTimeZonesForNumber() 91 assertEquals(buildListOfTimeZones(LOS_ANGELES_TZ), in testGetTimeZonesForNumber() 93 assertEquals(buildListOfTimeZones(NEW_YORK_TZ), in testGetTimeZonesForNumber() 107 assertEquals(buildListOfTimeZones(SEOUL_TZ), in testGetTimeZonesForValidNumber() 110 assertEquals(buildListOfTimeZones(SYDNEY_TZ), in testGetTimeZonesForValidNumber() 112 assertEquals(buildListOfTimeZones(SEOUL_TZ), in testGetTimeZonesForValidNumber() [all …]
|
/external/libphonenumber/internal/prefixmapper/test/com/google/i18n/phonenumbers/prefixmapper/ |
D | PrefixTimeZonesMapTest.java | 74 static List<String> buildListOfTimeZones(String ... timezones) { in buildListOfTimeZones() method in PrefixTimeZonesMapTest 94 assertEquals(buildListOfTimeZones(NEW_YORK_TZ, CHICAGO_TZ, LOS_ANGELES_TZ, DENVER_TZ), in testLookupTimeZonesForNumberCountryLevel_US() 101 assertEquals(buildListOfTimeZones(CHICAGO_TZ), in testLookupTimeZonesForNumber_ValidNumber_Chicago() 108 assertEquals(buildListOfTimeZones(LOS_ANGELES_TZ), in testLookupTimeZonesForNumber_LA() 115 assertEquals(buildListOfTimeZones(NEW_YORK_TZ), in testLookupTimeZonesForNumber_NY() 122 assertEquals(buildListOfTimeZones(), in testLookupTimeZonesForNumber_CH() 129 assertEquals(buildListOfTimeZones(MOSCOW_TZ), in testLookupTimeZonesForNumber_RU() 133 assertEquals(buildListOfTimeZones(VLADIVOSTOK_TZ), in testLookupTimeZonesForNumber_RU() 137 assertEquals(buildListOfTimeZones(YEKATERINBURG_TZ), in testLookupTimeZonesForNumber_RU() 142 assertEquals(buildListOfTimeZones(), in testLookupTimeZonesForNumber_RU() [all …]
|