Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DTestDialog.java51 public boolean isOnKeyUpCalled; field in TestDialog
155 isOnKeyUpCalled = true; in onKeyUp()
/cts/tests/tests/app/src/android/app/cts/
DDialogTest.java339 assertFalse(d.isOnKeyUpCalled); in testOnKeyDownKeyUp()
344 assertTrue(d.isOnKeyUpCalled); in testOnKeyDownKeyUp()