Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp144 void EventThreadTest::expectInterceptCallReceived(nsecs_t expectedTimestamp) { in expectInterceptCallReceived()
152 nsecs_t expectedTimestamp, unsigned expectedCount) { in expectVsyncEventReceivedByConnection()
165 void EventThreadTest::expectVsyncEventReceivedByConnection(nsecs_t expectedTimestamp, in expectVsyncEventReceivedByConnection()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DIpConnectivityMetricsTest.java135 int expectedTimestamp = 1 + i * 100 + j; in testLoggingEventsWithMultipleCallers() local