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.java176 assertFalse(mActivity.onCancelCalled); in testAlertDialogCancelable()
179 assertTrue(mActivity.onCancelCalled); in testAlertDialogCancelable()
185 assertFalse(mActivity.onCancelCalled); in testAlertDialogNotCancelable()
187 assertFalse(mActivity.onCancelCalled); in testAlertDialogNotCancelable()
/cts/tests/app/app/src/android/app/stubs/
DDialogStubActivity.java81 public boolean onCancelCalled; field in DialogStubActivity
255 onCancelCalled = true; in getAlertDialogCancelableInstance()