Home
last modified time | relevance | path

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

/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/
DDynamicCodeLoggerIntegrationTests.java129 assertDclLoggedSince(previousEventNanos, DCL_DEX_SUBTAG, in testGeneratesEvents_standardClassLoader()
151 assertDclLoggedSince(previousEventNanos, DCL_DEX_SUBTAG, in testGeneratesEvents_unknownClassLoader()
234 assertDclLoggedSince(previousEventNanos, DCL_NATIVE_SUBTAG, in testGeneratesEvents_spoofed_validFile()
262 assertDclLoggedSince(previousEventNanos, DCL_NATIVE_SUBTAG, in testGeneratesEvents_spoofed_validFile_untrustedApp()
455 private static void assertDclLoggedSince(long previousEventNanos, String expectedSubTag, in assertDclLoggedSince() method in DynamicCodeLoggerIntegrationTests