Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmetrics_unittest.cc880 chromeos_metrics::TimerMock* mock_time_suspend_actions_timer = in TEST_F() local
882 metrics_.set_time_suspend_actions_timer(mock_time_suspend_actions_timer); in TEST_F()
884 EXPECT_CALL(*mock_time_suspend_actions_timer, GetElapsedTime(_)) in TEST_F()
887 EXPECT_CALL(*mock_time_suspend_actions_timer, HasStarted()) in TEST_F()
904 chromeos_metrics::TimerMock* mock_time_suspend_actions_timer = in TEST_F() local
906 metrics_.set_time_suspend_actions_timer(mock_time_suspend_actions_timer); in TEST_F()
908 EXPECT_CALL(*mock_time_suspend_actions_timer, GetElapsedTime(_)) in TEST_F()
911 EXPECT_CALL(*mock_time_suspend_actions_timer, HasStarted()) in TEST_F()