Searched refs:onCancelCalled (Results 1 – 2 of 2) sorted by relevance
200 assertFalse(mActivity.onCancelCalled); in testAlertDialogCancelable()203 assertTrue(mActivity.onCancelCalled); in testAlertDialogCancelable()211 assertFalse(mActivity.onCancelCalled); in testAlertDialogNotCancelable()213 assertFalse(mActivity.onCancelCalled); in testAlertDialogNotCancelable()
82 public boolean onCancelCalled; field in DialogStubActivity256 onCancelCalled = true; in getAlertDialogCancelableInstance()