Searched refs:prefixTimeZonesMap (Results 1 – 4 of 4) sorted by relevance
51 private PrefixTimeZonesMap prefixTimeZonesMap = null; field in PhoneNumberToTimeZonesMapper55 this.prefixTimeZonesMap = loadPrefixTimeZonesMapFromFile( in PhoneNumberToTimeZonesMapper()59 private PhoneNumberToTimeZonesMapper(PrefixTimeZonesMap prefixTimeZonesMap) { in PhoneNumberToTimeZonesMapper() argument60 this.prefixTimeZonesMap = prefixTimeZonesMap; in PhoneNumberToTimeZonesMapper()162 List<String> timezones = prefixTimeZonesMap.lookupTimeZonesForNumber(number); in getTimeZonesForGeocodableNumber()175 List<String> timezones = prefixTimeZonesMap.lookupCountryLevelTimeZonesForNumber(number); in getCountryLevelTimeZonesforNumber()
102 PrefixTimeZonesMap prefixTimeZonesMap = new PrefixTimeZonesMap(); in convertDataHelper() local103 prefixTimeZonesMap.readExternal( in convertDataHelper()106 return prefixTimeZonesMap.toString(); in convertDataHelper()
102 PrefixTimeZonesMap prefixTimeZonesMap = new PrefixTimeZonesMap(); in writeToBinaryFile() local103 prefixTimeZonesMap.readPrefixTimeZonesMap(sortedMap); in writeToBinaryFile()105 prefixTimeZonesMap.writeExternal(objectOutputStream); in writeToBinaryFile()
157 PrefixTimeZonesMap prefixTimeZonesMap) throws IOException { in createNewPrefixTimeZonesMap() argument160 prefixTimeZonesMap.writeExternal(objectOutputStream); in createNewPrefixTimeZonesMap()