Searched refs:mLongPressDelaySupplier (Results 1 – 2 of 2) sorted by relevance
79 private final IntSupplier mLongPressDelaySupplier; field in CarInputService.KeyPressTimer90 mLongPressDelaySupplier = longPressDelaySupplier; in KeyPressTimer()98 mHandler.postDelayed(mCallback, mLongPressDelaySupplier.getAsInt()); in keyDown()162 private final IntSupplier mLongPressDelaySupplier; field in CarInputService295 mLongPressDelaySupplier = longPressDelaySupplier; in CarInputService()598 writer.println("Long-press delay: " + mLongPressDelaySupplier.getAsInt() + "ms"); in dump()
86 @Mock IntSupplier mLongPressDelaySupplier; field in CarInputServiceTest97 /* customInputServiceComponent= */ null, mLongPressDelaySupplier); in setUp()447 when(mLongPressDelaySupplier.getAsInt()).thenReturn(systemDelay); in longPressDelay_obeysValueFromSystem()