Searched refs:jpEditNumber (Results 1 – 1 of 1) sorted by relevance
222 Editable jpEditNumber = Editable.Factory.getInstance().newEditable("0377777777"); in testFormatMethods() local223 PhoneNumberUtils.formatJapaneseNumber(jpEditNumber); in testFormatMethods()224 assertEquals("03-7777-7777", jpEditNumber.toString()); in testFormatMethods()225 jpEditNumber = Editable.Factory.getInstance().newEditable("09077777777"); in testFormatMethods()226 PhoneNumberUtils.formatJapaneseNumber(jpEditNumber); in testFormatMethods()227 assertEquals("090-7777-7777", jpEditNumber.toString()); in testFormatMethods()228 jpEditNumber = Editable.Factory.getInstance().newEditable("0120777777"); in testFormatMethods()229 PhoneNumberUtils.formatJapaneseNumber(jpEditNumber); in testFormatMethods()230 assertEquals("0120-777-777", jpEditNumber.toString()); in testFormatMethods()231 jpEditNumber = Editable.Factory.getInstance().newEditable("+81377777777"); in testFormatMethods()[all …]