Searched refs:mLongPressDelaySupplier (Results 1 – 3 of 3) sorted by relevance
96 private final IntSupplier mLongPressDelaySupplier; field in CarInputService.KeyPressTimer109 mLongPressDelaySupplier = longPressDelaySupplier; in KeyPressTimer()118 mHandler.postDelayed(mCallback, mLongPressDelaySupplier.getAsInt()); in keyDown()180 private final IntSupplier mLongPressDelaySupplier; field in CarInputService279 mLongPressDelaySupplier = longPressDelaySupplier; in CarInputService()698 writer.println("Long-press delay: " + mLongPressDelaySupplier.getAsInt() + "ms"); in dump()
80 @Mock private IntSupplier mLongPressDelaySupplier; field in CarInputRotaryServiceTest229 mDefaultMainListener, mLastCallSupplier, mLongPressDelaySupplier, in init()
100 @Mock IntSupplier mLongPressDelaySupplier; field in CarInputServiceTest116 mDefaultMainListener, mLastCallSupplier, mLongPressDelaySupplier, in setUp()640 when(mLongPressDelaySupplier.getAsInt()).thenReturn(systemDelay); in longPressDelay_obeysValueFromSystem()