Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java672 PhoneNumber arMobile = new PhoneNumber().setCountryCode(54).setNationalNumber(92234654321L); in testFormatWithCarrierCode() local
673 assertEquals("02234 65-4321", phoneUtil.format(arMobile, PhoneNumberFormat.NATIONAL)); in testFormatWithCarrierCode()
676 phoneUtil.formatNationalNumberWithCarrierCode(arMobile, "14")); in testFormatWithCarrierCode()
679 phoneUtil.formatNationalNumberWithCarrierCode(arMobile, "")); in testFormatWithCarrierCode()
681 assertEquals("+5492234654321", phoneUtil.format(arMobile, PhoneNumberFormat.E164)); in testFormatWithCarrierCode()