Searched refs:newAreaCodeMap (Results 1 – 1 of 1) sorted by relevance
167 AreaCodeMap newAreaCodeMap = new AreaCodeMap(); in createNewAreaCodeMap() local168 newAreaCodeMap.readExternal( in createNewAreaCodeMap()170 return newAreaCodeMap; in createNewAreaCodeMap()178 AreaCodeMap newAreaCodeMap; in testReadWriteExternalWithDefaultStrategy() local179 newAreaCodeMap = createNewAreaCodeMap(localAreaCodeMap); in testReadWriteExternalWithDefaultStrategy()180 assertEquals(localAreaCodeMap.toString(), newAreaCodeMap.toString()); in testReadWriteExternalWithDefaultStrategy()188 AreaCodeMap newAreaCodeMap; in testReadWriteExternalWithFlyweightStrategy() local189 newAreaCodeMap = createNewAreaCodeMap(localAreaCodeMap); in testReadWriteExternalWithFlyweightStrategy()190 assertEquals(localAreaCodeMap.toString(), newAreaCodeMap.toString()); in testReadWriteExternalWithFlyweightStrategy()