Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
DHtmlToSpannedParserTest.java58 assertRawTextCorrect(inputHtml, textRaw); in handlesSimpleText()
66 assertRawTextCorrect(inputHtml, textRaw); in handlesComplexHtml()
70 private void assertRawTextCorrect(String inputHtml, String textRaw) { in assertRawTextCorrect() method in HtmlToSpannedParserTest