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.java706 PhoneNumber arMobile = new PhoneNumber().setCountryCode(54).setNationalNumber(92234654321L); in testFormatWithCarrierCode() local
707 assertEquals("02234 65-4321", phoneUtil.format(arMobile, PhoneNumberFormat.NATIONAL)); in testFormatWithCarrierCode()
710 phoneUtil.formatNationalNumberWithCarrierCode(arMobile, "14")); in testFormatWithCarrierCode()
713 phoneUtil.formatNationalNumberWithCarrierCode(arMobile, "")); in testFormatWithCarrierCode()
715 assertEquals("+5492234654321", phoneUtil.format(arMobile, PhoneNumberFormat.E164)); in testFormatWithCarrierCode()