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