Home
last modified time | relevance | path

Searched refs:AreaCodeMapStorageStrategy (Results 1 – 5 of 5) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
DAreaCodeMap.java42 private AreaCodeMapStorageStrategy areaCodeMapStorage;
45 AreaCodeMapStorageStrategy getAreaCodeMapStorage() { in getAreaCodeMapStorage()
60 private static int getSizeOfAreaCodeMapStorage(AreaCodeMapStorageStrategy mapStorage, in getSizeOfAreaCodeMapStorage()
72 private AreaCodeMapStorageStrategy createDefaultMapStorage() { in createDefaultMapStorage()
76 private AreaCodeMapStorageStrategy createFlyweightMapStorage() { in createFlyweightMapStorage()
86 AreaCodeMapStorageStrategy getSmallerMapStorage(SortedMap<Integer, String> areaCodeMap) { in getSmallerMapStorage()
88 AreaCodeMapStorageStrategy flyweightMapStorage = createFlyweightMapStorage(); in getSmallerMapStorage()
91 AreaCodeMapStorageStrategy defaultMapStorage = createDefaultMapStorage(); in getSmallerMapStorage()
DAreaCodeMapStorageStrategy.java32 abstract class AreaCodeMapStorageStrategy { class
DDefaultMapStorage.java31 class DefaultMapStorage extends AreaCodeMapStorageStrategy {
DFlyweightMapStorage.java36 final class FlyweightMapStorage extends AreaCodeMapStorageStrategy {
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/geocoding/
DAreaCodeMapTest.java85 AreaCodeMapStorageStrategy mapStorage = in testGetSmallerMapStorageChoosesDefaultImpl()
91 AreaCodeMapStorageStrategy mapStorage = in testGetSmallerMapStorageChoosesFlyweightImpl()