Searched refs:mLastCallSupplier (Results 1 – 1 of 1) sorted by relevance
85 @Mock Supplier<String> mLastCallSupplier; field in CarInputServiceTest96 mTelecomManager, mAssistUtils, mDefaultMainListener, mLastCallSupplier, in setUp()331 when(mLastCallSupplier.get()).thenReturn("1234567890"); in callKey_longPress_withoutEventHandler_redialsLastCall()351 when(mLastCallSupplier.get()).thenReturn(""); in callKey_longPress_withoutEventHandler_withNoLastCall_doesNothing()