Searched refs:arNumberWithExtn (Results 1 – 2 of 2) sorted by relevance
859 var arNumberWithExtn = AR_MOBILE.clone();860 arNumberWithExtn.setExtension('1234');864 arNumberWithExtn, RegionCode.US));868 arNumberWithExtn, RegionCode.AU));872 arNumberWithExtn, RegionCode.AR));
643 PhoneNumber arNumberWithExtn = new PhoneNumber().mergeFrom(AR_MOBILE).setExtension("1234"); in testFormatOutOfCountryCallingNumber() local645 phoneUtil.formatOutOfCountryCallingNumber(arNumberWithExtn, RegionCode.US)); in testFormatOutOfCountryCallingNumber()647 phoneUtil.formatOutOfCountryCallingNumber(arNumberWithExtn, RegionCode.AU)); in testFormatOutOfCountryCallingNumber()649 phoneUtil.formatOutOfCountryCallingNumber(arNumberWithExtn, RegionCode.AR)); in testFormatOutOfCountryCallingNumber()