Searched refs:builderNumber (Results 1 – 1 of 1) sorted by relevance
202 SpannableStringBuilder builderNumber = new SpannableStringBuilder(); in testFormatMethods() local203 builderNumber.append("8005551212"); in testFormatMethods()204 PhoneNumberUtils.formatNanpNumber(builderNumber); in testFormatMethods()205 assertEquals("800-555-1212", builderNumber.toString()); in testFormatMethods()206 builderNumber.clear(); in testFormatMethods()207 builderNumber.append("800555121"); in testFormatMethods()208 PhoneNumberUtils.formatNanpNumber(builderNumber); in testFormatMethods()209 assertEquals("800-555-121", builderNumber.toString()); in testFormatMethods()210 builderNumber.clear(); in testFormatMethods()211 builderNumber.append("555-1212"); in testFormatMethods()[all …]