Home
last modified time | relevance | path

Searched refs:numWakeups (Results 1 – 1 of 1) sorted by relevance

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp331 constexpr int numWakeups = 5; in TEST_F() local
336 EXPECT_CALL(impl, notifyWakeup).Times(testing::AtLeast(numWakeups)); in TEST_F()
341 checkLoop(numWakeups + 1); in TEST_F()