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