Searched refs:arMobile (Results 1 – 1 of 1) sorted by relevance
672 PhoneNumber arMobile = new PhoneNumber().setCountryCode(54).setNationalNumber(92234654321L); in testFormatWithCarrierCode() local673 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()