OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AreaCodeMapStorageStrategy
(Results
1 - 5
of
5
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
AreaCodeMap.java
42
private
AreaCodeMapStorageStrategy
areaCodeMapStorage;
45
AreaCodeMapStorageStrategy
getAreaCodeMapStorage() {
60
private static int getSizeOfAreaCodeMapStorage(
AreaCodeMapStorageStrategy
mapStorage,
72
private
AreaCodeMapStorageStrategy
createDefaultMapStorage() {
76
private
AreaCodeMapStorageStrategy
createFlyweightMapStorage() {
86
AreaCodeMapStorageStrategy
getSmallerMapStorage(SortedMap<Integer, String> areaCodeMap) {
88
AreaCodeMapStorageStrategy
flyweightMapStorage = createFlyweightMapStorage();
91
AreaCodeMapStorageStrategy
defaultMapStorage = createDefaultMapStorage();
AreaCodeMapStorageStrategy.java
32
abstract class
AreaCodeMapStorageStrategy
{
DefaultMapStorage.java
31
class DefaultMapStorage extends
AreaCodeMapStorageStrategy
{
FlyweightMapStorage.java
36
final class FlyweightMapStorage extends
AreaCodeMapStorageStrategy
{
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/geocoding/
AreaCodeMapTest.java
85
AreaCodeMapStorageStrategy
mapStorage =
91
AreaCodeMapStorageStrategy
mapStorage =
Completed in 78 milliseconds