Searched refs:fileNameToLibraryToContentIdMap (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 | 184 assertThat(fileNameToLibraryToContentIdMap).hasSize(2); in testParseValidXmlStream() 202 assertThat(fileNameToLibraryToContentIdMap).hasSize(2); in testParseNewValidXmlStream() 232 fileNameToLibraryToContentIdMap.put("/file0", toBoth); in testGenerateHtml() 233 fileNameToLibraryToContentIdMap.put("/file1", toOne); in testGenerateHtml() 258 fileNameToLibraryToContentIdMap.put("/file0", toBoth); in testGenerateNewHtml() 259 fileNameToLibraryToContentIdMap.put("/file1", toOne); in testGenerateNewHtml() 260 fileNameToLibraryToContentIdMap.put("/file2", toOther); in testGenerateNewHtml() 282 fileNameToLibraryToContentIdMap.put("/file0", toBoth); in testGenerateHtmlWithCustomHeading() 283 fileNameToLibraryToContentIdMap.put("/file1", toOne); in testGenerateHtmlWithCustomHeading() 308 fileNameToLibraryToContentIdMap.put("/file0", toBoth); in testGenerateNewHtmlWithCustomHeading() [all …]
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/license/ |
H A D | LicenseHtmlGeneratorFromXml.java | 212 Map<String, Map<String, Set<String>>> fileNameToLibraryToContentIdMap = in parse() local 232 fileNameToLibraryToContentIdMap.computeIfAbsent( in parse() 255 fileNameToLibraryToContentIdMap.entrySet()) { in parse() 295 Map<String, Map<String, Set<String>>> fileNameToLibraryToContentIdMap, in generateHtml() argument 299 fileNameList.addAll(fileNameToLibraryToContentIdMap.keySet()); in generateHtml() 310 fileNameToLibraryToContentIdMap.values()) { in generateHtml() 358 fileNameToLibraryToContentIdMap.get(fileName).entrySet()) { in generateHtml()
|