Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
DHtmlToSpannedParserTest.java56 String textRaw = "bb cc dd"; // whitespace stripped out in the process of HTML conversion in handlesSimpleText() local
58 assertRawTextCorrect(inputHtml, textRaw); in handlesSimpleText()
64 String textRaw = "a b \nch1 \ni1 \ne"; in handlesComplexHtml() local
66 assertRawTextCorrect(inputHtml, textRaw); in handlesComplexHtml()
70 private void assertRawTextCorrect(String inputHtml, String textRaw) { in assertRawTextCorrect() argument
72 assertThat(spanned.toString(), equalTo(textRaw)); in assertRawTextCorrect()