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