Home
last modified time | relevance | path

Searched defs:readFromSortedMap (Results 1 – 3 of 3) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
DDefaultMapStorage.java49 public void readFromSortedMap(SortedMap<Integer, String> sortedAreaCodeMap) { in readFromSortedMap() method in DefaultMapStorage
DAreaCodeMapStorageStrategy.java61 public abstract void readFromSortedMap(SortedMap<Integer, String> sortedAreaCodeMap); in readFromSortedMap() method in AreaCodeMapStorageStrategy
DFlyweightMapStorage.java70 public void readFromSortedMap(SortedMap<Integer, String> areaCodeMap) { in readFromSortedMap() method in FlyweightMapStorage