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 D | LicenseHtmlGeneratorFromXmlTest.java | 178 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 D | LicenseHtmlGeneratorFromXml.java | 214 Map<String, String> contentIdToFileContentMap = new HashMap<String, String>(); in parse() local 296 Map<String, String> contentIdToFileContentMap, PrintWriter writer, in generateHtml()
|