Home
last modified time | relevance | path

Searched defs:areaCodeMap (Results 1 – 4 of 4) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
DAreaCodeMap.java61 SortedMap<Integer, String> areaCodeMap) throws IOException { in getSizeOfAreaCodeMapStorage()
86 AreaCodeMapStorageStrategy getSmallerMapStorage(SortedMap<Integer, String> areaCodeMap) { in getSmallerMapStorage()
DFlyweightMapStorage.java70 public void readFromSortedMap(SortedMap<Integer, String> areaCodeMap) { in readFromSortedMap()
93 SortedMap<Integer, String> areaCodeMap) { in createDescriptionPool()
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/geocoding/
DFlyweightMapStorageTest.java36 private static final SortedMap<Integer, String> areaCodeMap; field in FlyweightMapStorageTest
DAreaCodeMapTest.java161 private static AreaCodeMap createNewAreaCodeMap(AreaCodeMap areaCodeMap) throws IOException { in createNewAreaCodeMap()