Home
last modified time | relevance | path

Searched defs: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
138 String expectedContentHash = copyAndHashResource("/javalib.jar", privateCopyFile); in testGeneratesEvents_unknownClassLoader() local
214 String expectedContentHash = copyAndHashResource( in testGeneratesEvents_spoofed_validFile() local
242 String expectedContentHash = copyAndHashResource( in testGeneratesEvents_spoofed_validFile_untrustedApp() local
456 String expectedNameHash, String expectedContentHash) throws Exception { in assertDclLoggedSince()
463 private static void assertHasDclLog(List<String> messages, String expectedContentHash) { in assertHasDclLog()