Searched refs:cnMobile (Results 1 – 1 of 1) sorted by relevance
320 PhoneNumber cnMobile = new PhoneNumber().setCountryCode(86).setNationalNumber(18912341234L); in testGetLengthOfGeographicalAreaCode() local321 assertEquals(0, phoneUtil.getLengthOfGeographicalAreaCode(cnMobile)); in testGetLengthOfGeographicalAreaCode()361 PhoneNumber cnMobile = new PhoneNumber().setCountryCode(86).setNationalNumber(18912341234L); in testGetLengthOfNationalDestinationCode() local362 assertEquals(3, phoneUtil.getLengthOfNationalDestinationCode(cnMobile)); in testGetLengthOfNationalDestinationCode()