Home
last modified time | relevance | path

Searched refs:isOnKeyUpCalled (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/app/src/android/app/stubs/
DTestDialog.java51 public boolean isOnKeyUpCalled; field in TestDialog
159 isOnKeyUpCalled = true; in onKeyUp()
/cts/tests/app/src/android/app/cts/
DDialogTest.java417 assertFalse(d.isOnKeyUpCalled); in testOnKeyDownKeyUp()
422 assertTrue(d.isOnKeyUpCalled); in testOnKeyDownKeyUp()