Searched refs:onCancelCalled (Results 1 – 2 of 2) sorted by relevance
211 assertFalse(mActivity.onCancelCalled); in testAlertDialogCancelable()213 PollingCheck.waitFor(() -> mActivity.onCancelCalled); in testAlertDialogCancelable()220 assertFalse(mActivity.onCancelCalled); in testAlertDialogNotCancelable()222 assertFalse(mActivity.onCancelCalled); in testAlertDialogNotCancelable()
82 public boolean onCancelCalled; field in DialogStubActivity256 onCancelCalled = true; in getAlertDialogCancelableInstance()