Searched refs:sendAndAssertKeyEvent (Results 1 – 1 of 1) sorted by relevance
744 sendAndAssertKeyEvent(KeyEvent.KEYCODE_HOME, CarOccupantZoneManager.DISPLAY_TYPE_MAIN, in testCallbacksForDifferentDisplays_keyInputEvents_mainDisplay()755 sendAndAssertKeyEvent(KeyEvent.KEYCODE_HOME, in testCallbacksForDifferentDisplays_keyInputEvents_clusterDisplay()825 sendAndAssertKeyEvent(KeyEvent.KEYCODE_SYSTEM_NAVIGATION_DOWN, in testInputTypeSystemNavigateKeys()827 sendAndAssertKeyEvent(KeyEvent.KEYCODE_SYSTEM_NAVIGATION_UP, in testInputTypeSystemNavigateKeys()829 sendAndAssertKeyEvent(KeyEvent.KEYCODE_SYSTEM_NAVIGATION_LEFT, in testInputTypeSystemNavigateKeys()831 sendAndAssertKeyEvent(KeyEvent.KEYCODE_SYSTEM_NAVIGATION_RIGHT, in testInputTypeSystemNavigateKeys()835 private void sendAndAssertKeyEvent(int keyCode, int displayType, CaptureCallback callback) in sendAndAssertKeyEvent() method in CarInputManagerTest