Searched refs:onCancelCalled (Results 1 – 2 of 2) sorted by relevance
179 assertFalse(mActivity.onCancelCalled); in testAlertDialogCancelable()182 assertTrue(mActivity.onCancelCalled); in testAlertDialogCancelable()188 assertFalse(mActivity.onCancelCalled); in testAlertDialogNotCancelable()190 assertFalse(mActivity.onCancelCalled); in testAlertDialogNotCancelable()
80 public boolean onCancelCalled; field in DialogStubActivity230 onCancelCalled = true; in getAlertDialogCancelablInstance()