Home
last modified time | relevance | path

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

/external/libphonenumber/java/test/com/android/i18n/phonenumbers/geocoding/
DFlyweightMapStorageTest.java83 FlyweightMapStorage newMapStorage = new FlyweightMapStorage(); in testWriteAndReadExternal() local
86 newMapStorage.readExternal(objectInputStream); in testWriteAndReadExternal()
89 assertEquals(expected, newMapStorage.toString()); in testWriteAndReadExternal()
99 FlyweightMapStorage newMapStorage = new FlyweightMapStorage(); in testReadExternalThrowsIOExceptionWithMalformedData() local
101 newMapStorage.readExternal(objectInputStream); in testReadExternalThrowsIOExceptionWithMalformedData()