Searched refs:sendWithRepeat (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarInputServiceTest.java | 419 sendWithRepeat(Key.DOWN, KeyEvent.KEYCODE_VOICE_ASSIST, Display.MAIN, 1); in voiceKey_repeatedEvents_ignored() 632 sendWithRepeat(Key.DOWN, KeyEvent.KEYCODE_CALL, Display.MAIN, 1); in callKey_repeatedEvents_ignored() 742 return sendWithRepeat(action, keyCode, display, 0); in send() 745 private KeyEvent sendWithRepeat(Key action, int keyCode, Display display, int repeatCount) { in sendWithRepeat() method in CarInputServiceTest
|