Searched refs:sendRepeatedKeys (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListRetainsFocusAcrossLayoutsTest.java62 sendRepeatedKeys(2, KeyEvent.KEYCODE_DPAD_DOWN);
77 sendRepeatedKeys(3, KeyEvent.KEYCODE_DPAD_DOWN);
/frameworks/base/core/tests/coretests/src/android/view/
H A DVisibilityTest.java88 sendRepeatedKeys(2, KEYCODE_DPAD_RIGHT);
/frameworks/base/core/java/android/test/
H A DInstrumentationTestCase.java319 * sendRepeatedKeys(1, KEYCODE_DPAD_CENTER, 2, KEYCODE_DPAD_LEFT).
323 public void sendRepeatedKeys(int... keys) { method in class:InstrumentationTestCase

Completed in 1037 milliseconds