Searched refs:builderNumber (Results 1 – 1 of 1) sorted by relevance
172 SpannableStringBuilder builderNumber = new SpannableStringBuilder(); in testFormatMethods() local173 builderNumber.append("8005551212"); in testFormatMethods()174 PhoneNumberUtils.formatNanpNumber(builderNumber); in testFormatMethods()175 assertEquals("800-555-1212", builderNumber.toString()); in testFormatMethods()176 builderNumber.clear(); in testFormatMethods()177 builderNumber.append("800555121"); in testFormatMethods()178 PhoneNumberUtils.formatNanpNumber(builderNumber); in testFormatMethods()179 assertEquals("800-555-121", builderNumber.toString()); in testFormatMethods()180 builderNumber.clear(); in testFormatMethods()181 builderNumber.append("555-1212"); in testFormatMethods()[all …]