Searched refs:eSetup (Results 1 – 1 of 1) sorted by relevance
/device/google/felix/vibrator/cs40l26/tests/ |
D | test-vibrator.cpp | 506 ExpectationSet eSetup; in TEST_P() local 513 eSetup += EXPECT_CALL(*mMockApi, setFFGain(_, levelToScale(scale->second))) in TEST_P() 516 .After(eSetup) in TEST_P() 520 eSetup += EXPECT_CALL(*mMockApi, setFFGain(_, ON_GLOBAL_SCALE)) in TEST_P() 521 .After(eSetup) in TEST_P() 523 eSetup += EXPECT_CALL(*mMockApi, getOwtFreeSpace(_)).WillOnce(DoDefault()); in TEST_P() 524 eSetup += EXPECT_CALL(*mMockApi, uploadOwtEffect(_, _, _, _, _, _)) in TEST_P() 525 .After(eSetup) in TEST_P() 528 .After(eSetup) in TEST_P() 624 ExpectationSet eSetup; in TEST_P() local [all …]
|