Searched refs:jpEditNumber (Results 1 – 1 of 1) sorted by relevance
211 Editable jpEditNumber = Editable.Factory.getInstance().newEditable("0377777777"); in testFormatMethods() local212 PhoneNumberUtils.formatJapaneseNumber(jpEditNumber); in testFormatMethods()213 assertEquals("03-7777-7777", jpEditNumber.toString()); in testFormatMethods()214 jpEditNumber = Editable.Factory.getInstance().newEditable("09077777777"); in testFormatMethods()215 PhoneNumberUtils.formatJapaneseNumber(jpEditNumber); in testFormatMethods()216 assertEquals("090-7777-7777", jpEditNumber.toString()); in testFormatMethods()217 jpEditNumber = Editable.Factory.getInstance().newEditable("0120777777"); in testFormatMethods()218 PhoneNumberUtils.formatJapaneseNumber(jpEditNumber); in testFormatMethods()219 assertEquals("0120-777-777", jpEditNumber.toString()); in testFormatMethods()220 jpEditNumber = Editable.Factory.getInstance().newEditable("+81377777777"); in testFormatMethods()[all …]