Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp165 void EventThreadTest::expectInterceptCallReceived(nsecs_t expectedTimestamp) { in expectInterceptCallReceived()
173 nsecs_t expectedTimestamp, unsigned expectedCount) { in expectVsyncEventReceivedByConnection()
186 void EventThreadTest::expectVsyncEventReceivedByConnection(nsecs_t expectedTimestamp, in expectVsyncEventReceivedByConnection()
/frameworks/base/tests/net/common/java/android/net/metrics/
DIpConnectivityLogTest.java116 final long expectedTimestamp = FAKE_TIME_STAMP + i * 100 + j; in testLoggingEventsWithMultipleCallers() local