OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendKeyEvent
(Results
1 - 10
of
10
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
MediaActivityTest.java
134
sendKeyEvent
(testKeyCode);
135
sendKeyEvent
(testKeyCode);
154
sendKeyEvent
(KeyEvent.KEYCODE_VOLUME_DOWN);
155
sendKeyEvent
(KeyEvent.KEYCODE_VOLUME_DOWN);
167
sendKeyEvent
(KeyEvent.KEYCODE_VOLUME_UP);
168
sendKeyEvent
(KeyEvent.KEYCODE_VOLUME_UP);
180
private void
sendKeyEvent
(int keyCode) {
/cts/common/device-side/util/src/com/android/compatibility/common/util/
ShellUtils.java
75
public static void
sendKeyEvent
(String keyCode) {
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
ShellUtils.java
75
public static void
sendKeyEvent
(String keyCode) {
/cts/tests/autofillservice/src/android/autofillservice/cts/
DatasetFilteringTest.java
22
import static com.android.compatibility.common.util.ShellUtils.
sendKeyEvent
;
149
sendKeyEvent
("KEYCODE_A");
153
sendKeyEvent
("KEYCODE_A");
157
sendKeyEvent
("KEYCODE_DEL");
161
sendKeyEvent
("KEYCODE_DEL");
166
sendKeyEvent
("KEYCODE_A");
167
sendKeyEvent
("KEYCODE_A");
168
sendKeyEvent
("KEYCODE_A");
552
sendKeyEvent
("KEYCODE_A");
556
sendKeyEvent
("KEYCODE_B")
[
all
...]
LoginActivityTest.java
64
import static com.android.compatibility.common.util.ShellUtils.
sendKeyEvent
;
[
all
...]
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
InputConnectionWrapperTest.java
132
wrapper.
sendKeyEvent
(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_0));
134
verify(inputConnection, times(1)).
sendKeyEvent
(keyEventCaptor.capture());
InputMethodServiceTest.java
258
public boolean
sendKeyEvent
(KeyEvent event) {
260
return super.
sendKeyEvent
(event);
274
// Make sure that InputConnection#
sendKeyEvent
() has never been called yet.
/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
SoftInputWindow.java
144
inputConnection.
sendKeyEvent
(
146
inputConnection.
sendKeyEvent
(
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java
481
getCurrentInputConnection().
sendKeyEvent
(
483
getCurrentInputConnection().
sendKeyEvent
(
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
MockIme.java
216
case "
sendKeyEvent
": {
218
return getCurrentInputConnection().
sendKeyEvent
(event);
[
all
...]
Completed in 385 milliseconds