Home
last modified time | relevance | path

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

/cts/tests/tests/app/src/android/app/cts/
DAlertDialogTest.java179 assertFalse(mActivity.onCancelCalled); in testAlertDialogCancelable()
182 assertTrue(mActivity.onCancelCalled); in testAlertDialogCancelable()
188 assertFalse(mActivity.onCancelCalled); in testAlertDialogNotCancelable()
190 assertFalse(mActivity.onCancelCalled); in testAlertDialogNotCancelable()
/cts/tests/app/src/android/app/cts/
DDialogStubActivity.java80 public boolean onCancelCalled; field in DialogStubActivity
230 onCancelCalled = true; in getAlertDialogCancelablInstance()