Home
last modified time | relevance | path

Searched defs: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
64 String textRaw = "a b \nch1 \ni1 \ne"; in handlesComplexHtml() local
70 private void assertRawTextCorrect(String inputHtml, String textRaw) { in assertRawTextCorrect()