OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFlyweight
(Results
1 - 5
of
5
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
AreaCodeMapStorageStrategy.java
45
public abstract boolean
isFlyweight
();
DefaultMapStorage.java
39
public boolean
isFlyweight
() {
AreaCodeMap.java
132
objectOutput.writeBoolean(areaCodeMapStorage.
isFlyweight
());
FlyweightMapStorage.java
57
public boolean
isFlyweight
() {
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/geocoding/
AreaCodeMapTest.java
87
assertFalse(mapStorage.
isFlyweight
());
93
assertTrue(mapStorage.
isFlyweight
());
176
assertFalse(localAreaCodeMap.getAreaCodeMapStorage().
isFlyweight
());
186
assertTrue(localAreaCodeMap.getAreaCodeMapStorage().
isFlyweight
());
Completed in 38 milliseconds