Searched refs:builderNumber (Results 1 – 1 of 1) sorted by relevance
183 SpannableStringBuilder builderNumber = new SpannableStringBuilder(); in testFormatMethods() local184 builderNumber.append("8005551212"); in testFormatMethods()185 PhoneNumberUtils.formatNanpNumber(builderNumber); in testFormatMethods()186 assertEquals("800-555-1212", builderNumber.toString()); in testFormatMethods()187 builderNumber.clear(); in testFormatMethods()188 builderNumber.append("800555121"); in testFormatMethods()189 PhoneNumberUtils.formatNanpNumber(builderNumber); in testFormatMethods()190 assertEquals("800-555-121", builderNumber.toString()); in testFormatMethods()191 builderNumber.clear(); in testFormatMethods()192 builderNumber.append("555-1212"); in testFormatMethods()[all …]