Home
last modified time | relevance | path

Searched defs:contentIdToFileContentMap (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/license/
H A DLicenseHtmlGeneratorFromXmlTest.java178 Map<String, String> contentIdToFileContentMap = new HashMap<>(); in testParseValidXmlStream() local
196 Map<String, String> contentIdToFileContentMap = new HashMap<>(); in testParseNewValidXmlStream() local
214 Map<String, String> contentIdToFileContentMap = new HashMap<>(); in testParseInvalidXmlStream() local
225 Map<String, String> contentIdToFileContentMap = new HashMap<>(); in testGenerateHtml() local
248 Map<String, String> contentIdToFileContentMap = new HashMap<>(); in testGenerateNewHtml() local
275 Map<String, String> contentIdToFileContentMap = new HashMap<>(); in testGenerateHtmlWithCustomHeading() local
298 Map<String, String> contentIdToFileContentMap = new HashMap<>(); in testGenerateNewHtmlWithCustomHeading() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/license/
H A DLicenseHtmlGeneratorFromXml.java214 Map<String, String> contentIdToFileContentMap = new HashMap<String, String>(); in parse() local
296 Map<String, String> contentIdToFileContentMap, PrintWriter writer, in generateHtml()