Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarInputRotaryServiceTest.java85 @Mock private Supplier<String> mLastCallSupplier; field in CarInputRotaryServiceTest
302 mDefaultMotionEventMainListener, mLastCallSupplier, mLongPressDelaySupplier, in init()
DCarInputServiceTest.java104 @Mock Supplier<String> mLastCallSupplier; field in CarInputServiceTest
156 mDefaultMotionEventMainListener, mLastCallSupplier, mLongPressDelaySupplier, in setUp()
780 when(mLastCallSupplier.get()).thenReturn("1234567890"); in callKey_longPress_withoutEventHandler_redialsLastCall()
800 when(mLastCallSupplier.get()).thenReturn(""); in callKey_longPress_withoutEventHandler_withNoLastCall_doesNothing()