Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java320 PhoneNumber cnMobile = new PhoneNumber().setCountryCode(86).setNationalNumber(18912341234L); in testGetLengthOfGeographicalAreaCode() local
321 assertEquals(0, phoneUtil.getLengthOfGeographicalAreaCode(cnMobile)); in testGetLengthOfGeographicalAreaCode()
361 PhoneNumber cnMobile = new PhoneNumber().setCountryCode(86).setNationalNumber(18912341234L); in testGetLengthOfNationalDestinationCode() local
362 assertEquals(3, phoneUtil.getLengthOfNationalDestinationCode(cnMobile)); in testGetLengthOfNationalDestinationCode()