Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarProjectionManagerTest.java87 sendVoiceKey(false); in testShortPressListener()
99 sendVoiceKey(true); in testLongPressListener()
112 sendVoiceKey(true); in testMixedPressListener()
118 sendVoiceKey(false); in testMixedPressListener()
123 public void sendVoiceKey(boolean isLong) throws InterruptedException { in sendVoiceKey() method in CarProjectionManagerTest