Searched refs:jpEditNumber (Results 1 – 1 of 1) sorted by relevance
241 Editable jpEditNumber = Editable.Factory.getInstance().newEditable("0377777777"); in testFormatMethods() local242 PhoneNumberUtils.formatJapaneseNumber(jpEditNumber); in testFormatMethods()243 assertEquals("03-7777-7777", jpEditNumber.toString()); in testFormatMethods()244 jpEditNumber = Editable.Factory.getInstance().newEditable("09077777777"); in testFormatMethods()245 PhoneNumberUtils.formatJapaneseNumber(jpEditNumber); in testFormatMethods()246 assertEquals("090-7777-7777", jpEditNumber.toString()); in testFormatMethods()247 jpEditNumber = Editable.Factory.getInstance().newEditable("0120777777"); in testFormatMethods()248 PhoneNumberUtils.formatJapaneseNumber(jpEditNumber); in testFormatMethods()249 assertEquals("0120-777-777", jpEditNumber.toString()); in testFormatMethods()250 jpEditNumber = Editable.Factory.getInstance().newEditable("+81377777777"); in testFormatMethods()[all …]