Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarInputService.java90 private final class KeyPressTimer { class in CarInputService
102 KeyPressTimer( in KeyPressTimer() method in CarInputService.KeyPressTimer
194 private final KeyPressTimer mVoiceKeyTimer;
195 private final KeyPressTimer mCallKeyTimer;
332 new KeyPressTimer( in CarInputService()
335 new KeyPressTimer(handler, longPressDelaySupplier, this::handleCallLongPress); in CarInputService()