Searched refs:newPhonePrefixMap (Results 1 – 2 of 2) sorted by relevance
170 PhonePrefixMap newPhonePrefixMap = new PhonePrefixMap(); in createNewPhonePrefixMap() local171 newPhonePrefixMap.readExternal( in createNewPhonePrefixMap()173 return newPhonePrefixMap; in createNewPhonePrefixMap()181 PhonePrefixMap newPhonePrefixMap; in testReadWriteExternalWithDefaultStrategy() local182 newPhonePrefixMap = createNewPhonePrefixMap(localPhonePrefixMap); in testReadWriteExternalWithDefaultStrategy()183 assertEquals(localPhonePrefixMap.toString(), newPhonePrefixMap.toString()); in testReadWriteExternalWithDefaultStrategy()191 PhonePrefixMap newPhonePrefixMap; in testReadWriteExternalWithFlyweightStrategy() local192 newPhonePrefixMap = createNewPhonePrefixMap(localPhonePrefixMap); in testReadWriteExternalWithFlyweightStrategy()193 assertEquals(localPhonePrefixMap.toString(), newPhonePrefixMap.toString()); in testReadWriteExternalWithFlyweightStrategy()
168 PhonePrefixMap newPhonePrefixMap = new PhonePrefixMap(); in createNewPhonePrefixMap() local169 newPhonePrefixMap.readExternal( in createNewPhonePrefixMap()171 return newPhonePrefixMap; in createNewPhonePrefixMap()179 PhonePrefixMap newPhonePrefixMap; in testReadWriteExternalWithDefaultStrategy() local180 newPhonePrefixMap = createNewPhonePrefixMap(localPhonePrefixMap); in testReadWriteExternalWithDefaultStrategy()181 assertEquals(localPhonePrefixMap.toString(), newPhonePrefixMap.toString()); in testReadWriteExternalWithDefaultStrategy()189 PhonePrefixMap newPhonePrefixMap; in testReadWriteExternalWithFlyweightStrategy() local190 newPhonePrefixMap = createNewPhonePrefixMap(localPhonePrefixMap); in testReadWriteExternalWithFlyweightStrategy()191 assertEquals(localPhonePrefixMap.toString(), newPhonePrefixMap.toString()); in testReadWriteExternalWithFlyweightStrategy()