Home
last modified time | relevance | path

Searched refs:expectedHtmlText (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/format/
DSpannedTestUtils.java40 public static void checkHtmlText(String expectedHtmlText, TextView textView) { in checkHtmlText() argument
42 if (TextUtils.isEmpty(expectedHtmlText)) { in checkHtmlText()
46 Assert.assertEquals("<p dir=ltr>" + expectedHtmlText + "</p>\n", actualHtmlText); in checkHtmlText()