OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNKNOWN_TIME_ZONE_LIST
(Results
1 - 2
of
2
) sorted by null
/external/libphonenumber/geocoder/src/com/google/i18n/phonenumbers/
PhoneNumberToTimeZonesMapper.java
43
static final List<String>
UNKNOWN_TIME_ZONE_LIST
= new ArrayList<String>(1);
45
UNKNOWN_TIME_ZONE_LIST
.add(UNKNOWN_TIMEZONE);
139
return
UNKNOWN_TIME_ZONE_LIST
;
175
return Collections.unmodifiableList(timezones.isEmpty() ?
UNKNOWN_TIME_ZONE_LIST
188
return Collections.unmodifiableList(timezones.isEmpty() ?
UNKNOWN_TIME_ZONE_LIST
/external/libphonenumber/geocoder/test/com/google/i18n/phonenumbers/
PhoneNumberToTimeZonesMapperTest.java
80
assertEquals(PhoneNumberToTimeZonesMapper.
UNKNOWN_TIME_ZONE_LIST
,
82
assertEquals(PhoneNumberToTimeZonesMapper.
UNKNOWN_TIME_ZONE_LIST
,
96
assertEquals(PhoneNumberToTimeZonesMapper.
UNKNOWN_TIME_ZONE_LIST
,
99
assertEquals(PhoneNumberToTimeZonesMapper.
UNKNOWN_TIME_ZONE_LIST
,
121
assertEquals(PhoneNumberToTimeZonesMapper.
UNKNOWN_TIME_ZONE_LIST
,
125
assertEquals(PhoneNumberToTimeZonesMapper.
UNKNOWN_TIME_ZONE_LIST
,
Completed in 556 milliseconds