Home
last modified time | relevance | path

Searched defs:expectedTimestamp (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventThreadTest.cpp212 void EventThreadTest::expectInterceptCallReceived(nsecs_t expectedTimestamp) { in expectInterceptCallReceived()
218 void EventThreadTest::expectThrottleVsyncReceived(nsecs_t expectedTimestamp, uid_t uid) { in expectThrottleVsyncReceived()
227 nsecs_t expectedTimestamp, unsigned expectedCount) { in expectVsyncEventReceivedByConnection()
240 void EventThreadTest::expectVsyncEventReceivedByConnection(nsecs_t expectedTimestamp, in expectVsyncEventReceivedByConnection()
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/metrics/
H A DIpConnectivityLogTest.java116 final long expectedTimestamp = FAKE_TIME_STAMP + i * 100 + j; in testLoggingEventsWithMultipleCallers() local
/aosp12/packages/modules/StatsD/lib/libstatssocket/tests/
H A Dstats_event_test.cpp502 int64_t expectedTimestamp = 0x123456789; in TEST() local