Searched refs:previousEventNanos (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/ |
D | DynamicCodeLoggerIntegrationTests.java | 126 long previousEventNanos = mostRecentEventTimeNanos(); in testGeneratesEvents_standardClassLoader() local 129 assertDclLoggedSince(previousEventNanos, DCL_DEX_SUBTAG, in testGeneratesEvents_standardClassLoader() 148 long previousEventNanos = mostRecentEventTimeNanos(); in testGeneratesEvents_unknownClassLoader() local 151 assertDclLoggedSince(previousEventNanos, DCL_DEX_SUBTAG, in testGeneratesEvents_unknownClassLoader() 231 long previousEventNanos = mostRecentEventTimeNanos(); in testGeneratesEvents_spoofed_validFile() local 234 assertDclLoggedSince(previousEventNanos, DCL_NATIVE_SUBTAG, in testGeneratesEvents_spoofed_validFile() 259 long previousEventNanos = mostRecentEventTimeNanos(); in testGeneratesEvents_spoofed_validFile_untrustedApp() local 262 assertDclLoggedSince(previousEventNanos, DCL_NATIVE_SUBTAG, in testGeneratesEvents_spoofed_validFile_untrustedApp() 297 long previousEventNanos = mostRecentEventTimeNanos(); in testGeneratesEvents_spoofed_pathTraversal() local 300 assertNoDclLoggedSince(previousEventNanos, DCL_NATIVE_SUBTAG, expectedNameHash); in testGeneratesEvents_spoofed_pathTraversal() [all …]
|