Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DFgsLoggerTest.java224 long expectedTimestamp = timeStamp; in testMultipleStartStopApis() local
287 long expectedTimestamp = timeStamp; in testMultipleStartStops() local
352 long expectedTimestamp = timeStamp; in testMultiStartStopThroughout() local
423 long expectedTimestamp = timeStamp; in testMultipleFGS() local
558 long expectedTimestamp = timeStamp; in testMultipleUid() local
599 long expectedTimestamp = timeStamp; in testMultipleStartStopWithinFgsWindow() local
659 long expectedTimestamp = timestamp1; in multipleTypesOneFgsTest() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp226 void EventThreadTest::expectThrottleVsyncReceived(nsecs_t expectedTimestamp, uid_t uid) { in expectThrottleVsyncReceived()
235 nsecs_t expectedTimestamp, unsigned expectedCount) { in expectVsyncEventReceivedByConnection()
248 void EventThreadTest::expectVsyncEventReceivedByConnection(nsecs_t expectedTimestamp, in expectVsyncEventReceivedByConnection()
256 nsecs_t expectedTimestamp, VsyncEventData::FrameTimeline preferredVsyncData) { in expectVsyncEventFrameTimelinesCorrect()
445 nsecs_t expectedTimestamp = 123; in TEST_F() local