Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java61 private static final PhoneNumber GB_MOBILE = field in PhoneNumberUtilTest
243 assertEquals(0, phoneUtil.getLengthOfGeographicalAreaCode(GB_MOBILE)); in testGetLengthOfGeographicalAreaCode()
282 assertEquals(4, phoneUtil.getLengthOfNationalDestinationCode(GB_MOBILE)); in testGetLengthOfNationalDestinationCode()
468 assertEquals("(07912) 345 678", phoneUtil.format(GB_MOBILE, PhoneNumberFormat.NATIONAL)); in testFormatGBNumber()
469 assertEquals("+44 7912 345 678", phoneUtil.format(GB_MOBILE, PhoneNumberFormat.INTERNATIONAL)); in testFormatGBNumber()
571 phoneUtil.formatOutOfCountryCallingNumber(GB_MOBILE, RegionCode.US)); in testFormatOutOfCountryCallingNumber()
1123 assertEquals(PhoneNumberUtil.PhoneNumberType.MOBILE, phoneUtil.getNumberType(GB_MOBILE)); in testIsMobile()
1176 assertTrue(phoneUtil.isValidNumber(GB_MOBILE)); in testIsValidNumber()
1269 assertEquals(RegionCode.GB, phoneUtil.getRegionCodeForNumber(GB_MOBILE)); in testGetRegionCodeForNumber()