Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DAlertDialogTest.java210 assertFalse(mActivity.onCancelCalled); in testAlertDialogCancelable()
212 PollingCheck.waitFor(() -> mActivity.onCancelCalled); in testAlertDialogCancelable()
219 assertFalse(mActivity.onCancelCalled); in testAlertDialogNotCancelable()
221 assertFalse(mActivity.onCancelCalled); in testAlertDialogNotCancelable()
/cts/tests/app/app/src/android/app/stubs/
DDialogStubActivity.java82 public boolean onCancelCalled; field in DialogStubActivity
256 onCancelCalled = true; in getAlertDialogCancelableInstance()