Home
last modified time | relevance | path

Searched refs:onKey (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/app/src/android/app/cts/
DAlertDialog_BuilderTest.java83 public boolean onKey(DialogInterface dialog, int key, KeyEvent envnt) {
DDialogTest.java517 public boolean onKey(DialogInterface dialog, int keyCode, KeyEvent event) { in testDispatchKeyEvent()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java4032 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey() method in ViewTest.OnKeyListenerImpl