Searched refs:assertPressKey (Results 1 – 1 of 1) sorted by relevance
60 assertPressKey(KeyEvent.ACTION_UP, keyCode, sync); in assertPressKeyUp()63 private void assertPressKey(int action, int keyCode, boolean sync) { in assertPressKey() method in LiveChannelsTestController183 assertPressKey(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DPAD_CENTER, false); in pressDPadCenter()