Searched refs:dpadRemote (Results 1 – 1 of 1) sorted by relevance
3044 int dpadRemote = InputDevice.SOURCE_DPAD | InputDevice.SOURCE_KEYBOARD; in testKeyNavigation() local3045 sendSourceKeyDownUp(mInstrumentation, mTextView, KeyEvent.KEYCODE_DPAD_UP, dpadRemote); in testKeyNavigation()3049 sendSourceKeyDownUp(mInstrumentation, mTextView, KeyEvent.KEYCODE_DPAD_DOWN, dpadRemote); in testKeyNavigation()