Searched refs:sendSourceKeyDownUp (Results 1 – 1 of 1) sorted by relevance
2822 sendSourceKeyDownUp(mInstrumentation, mTextView, KeyEvent.KEYCODE_DPAD_UP, dpadRemote); in testKeyNavigation()2826 sendSourceKeyDownUp(mInstrumentation, mTextView, KeyEvent.KEYCODE_DPAD_DOWN, dpadRemote); in testKeyNavigation()2836 private void sendSourceKeyDownUp(Instrumentation instrumentation, View targetView, int key, in sendSourceKeyDownUp() method in TextViewTest