OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNKNOWN_TIMEZONE
(Results
1 - 2
of
2
) sorted by null
/external/libphonenumber/geocoder/src/com/google/i18n/phonenumbers/
PhoneNumberToTimeZonesMapper.java
40
private static final String
UNKNOWN_TIMEZONE
= "Etc/Unknown";
45
UNKNOWN_TIME_ZONE_LIST.add(
UNKNOWN_TIMEZONE
);
151
return
UNKNOWN_TIMEZONE
;
/external/libphonenumber/repackaged/geocoder/src/com/android/i18n/phonenumbers/
PhoneNumberToTimeZonesMapper.java
42
private static final String
UNKNOWN_TIMEZONE
= "Etc/Unknown";
47
UNKNOWN_TIME_ZONE_LIST.add(
UNKNOWN_TIMEZONE
);
153
return
UNKNOWN_TIMEZONE
;
Completed in 846 milliseconds