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