Searched refs:AR_MOBILE (Results 1 – 1 of 1) sorted by relevance
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 46 private static final PhoneNumber AR_MOBILE = field in PhoneNumberUtilTest 287 assertEquals(3, phoneUtil.getLengthOfNationalDestinationCode(AR_MOBILE)); in testGetLengthOfNationalDestinationCode() 500 assertEquals("011 15 8765-4321", phoneUtil.format(AR_MOBILE, PhoneNumberFormat.NATIONAL)); in testFormatARNumber() 501 assertEquals("+54 9 11 8765 4321", phoneUtil.format(AR_MOBILE, in testFormatARNumber() 503 assertEquals("+5491187654321", phoneUtil.format(AR_MOBILE, PhoneNumberFormat.E164)); in testFormatARNumber() 557 phoneUtil.formatOutOfCountryCallingNumber(AR_MOBILE, RegionCode.US)); in testFormatOutOfCountryCallingNumber() 561 PhoneNumber arNumberWithExtn = new PhoneNumber().mergeFrom(AR_MOBILE).setExtension("1234"); in testFormatOutOfCountryCallingNumber() 1086 assertEquals(PhoneNumberUtil.PhoneNumberType.MOBILE, phoneUtil.getNumberType(AR_MOBILE)); in testIsMobile() 1864 assertEquals(AR_MOBILE, phoneUtil.parse("911 876 54321", RegionCode.AR)); in testParseNationalNumberArgentina()
|