Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java59 private static final PhoneNumber DE_SHORT_NUMBER = field in PhoneNumberUtilTest
466 assertEquals("1234", phoneUtil.format(DE_SHORT_NUMBER, PhoneNumberFormat.NATIONAL)); in testFormatDENumber()
467 assertEquals("+49 1234", phoneUtil.format(DE_SHORT_NUMBER, PhoneNumberFormat.INTERNATIONAL)); in testFormatDENumber()
540 phoneUtil.formatOutOfCountryCallingNumber(DE_SHORT_NUMBER, RegionCode.GB)); in testFormatOutOfCountryCallingNumber()
544 assertEquals("1234", phoneUtil.formatOutOfCountryCallingNumber(DE_SHORT_NUMBER, RegionCode.DE)); in testFormatOutOfCountryCallingNumber()