Searched refs:GB_MOBILE (Results 1 – 1 of 1) sorted by relevance
61 private static final PhoneNumber GB_MOBILE = field in PhoneNumberUtilTest249 assertEquals(0, phoneUtil.getLengthOfGeographicalAreaCode(GB_MOBILE)); in testGetLengthOfGeographicalAreaCode()281 assertEquals(4, phoneUtil.getLengthOfNationalDestinationCode(GB_MOBILE)); in testGetLengthOfNationalDestinationCode()434 assertEquals("(07912) 345 678", phoneUtil.format(GB_MOBILE, PhoneNumberFormat.NATIONAL)); in testFormatGBNumber()435 assertEquals("+44 7912 345 678", phoneUtil.format(GB_MOBILE, PhoneNumberFormat.INTERNATIONAL)); in testFormatGBNumber()537 phoneUtil.formatOutOfCountryCallingNumber(GB_MOBILE, RegionCode.US)); in testFormatOutOfCountryCallingNumber()1084 assertEquals(PhoneNumberUtil.PhoneNumberType.MOBILE, phoneUtil.getNumberType(GB_MOBILE)); in testIsMobile()1137 assertTrue(phoneUtil.isValidNumber(GB_MOBILE)); in testIsValidNumber()1230 assertEquals(RegionCode.GB, phoneUtil.getRegionCodeForNumber(GB_MOBILE)); in testGetRegionCodeForNumber()