Home
last modified time | relevance | path

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

/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/
DDynamicCodeLoggerIntegrationTests.java117 String expectedContentHash = copyAndHashResource("/javalib.jar", privateCopyFile); in testGeneratesEvents_standardClassLoader() local
130 expectedNameHash, expectedContentHash); in testGeneratesEvents_standardClassLoader()
138 String expectedContentHash = copyAndHashResource("/javalib.jar", privateCopyFile); in testGeneratesEvents_unknownClassLoader() local
152 expectedNameHash, expectedContentHash); in testGeneratesEvents_unknownClassLoader()
214 String expectedContentHash = copyAndHashResource( in testGeneratesEvents_spoofed_validFile() local
235 expectedNameHash, expectedContentHash); in testGeneratesEvents_spoofed_validFile()
242 String expectedContentHash = copyAndHashResource( in testGeneratesEvents_spoofed_validFile_untrustedApp() local
263 expectedNameHash, expectedContentHash); in testGeneratesEvents_spoofed_validFile_untrustedApp()
456 String expectedNameHash, String expectedContentHash) throws Exception { in assertDclLoggedSince() argument
460 assertHasDclLog(messages, expectedContentHash); in assertDclLoggedSince()
[all …]