HomeSort by relevance Sort by last modified time
    Searched refs:FlyweightMapStorage (Results 1 - 3 of 3) sorted by null

  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/geocoding/
FlyweightMapStorageTest.java 30 * Unittests for FlyweightMapStorage.java
45 FlyweightMapStorage mapStorage = new FlyweightMapStorage();
63 FlyweightMapStorage mapStorage = new FlyweightMapStorage();
71 FlyweightMapStorage newMapStorage = new FlyweightMapStorage();
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
AreaCodeMap.java 77 return new FlyweightMapStorage();
88 AreaCodeMapStorageStrategy flyweightMapStorage = createFlyweightMapStorage();
89 int sizeOfFlyweightMapStorage = getSizeOfAreaCodeMapStorage(flyweightMapStorage, areaCodeMap);
95 ? flyweightMapStorage : defaultMapStorage;
121 areaCodeMapStorage = new FlyweightMapStorage();
FlyweightMapStorage.java 37 class FlyweightMapStorage extends AreaCodeMapStorageStrategy {
54 public FlyweightMapStorage() {}

Completed in 93 milliseconds