Searched refs:dismissWithoutCallback (Results 1 – 4 of 4) sorted by relevance
98 mCurrentDialog.dismissWithoutCallback(true /* animate */);125 mCurrentDialog.dismissWithoutCallback(true /* animate */);419 mCurrentDialog.dismissWithoutCallback(false /* animate */); in showDialog()444 mCurrentDialog.dismissWithoutCallback(false /* animate */); in onConfigurationChanged()
87 void dismissWithoutCallback(boolean animate); in dismissWithoutCallback() method
470 public void dismissWithoutCallback(boolean animate) { in dismissWithoutCallback() method in AuthContainerView
349 verify(mDialog1).dismissWithoutCallback(eq(false) /* animate */); in testShowNewDialog_beforeOldDialogDismissed_SkipsAnimations()375 verify(mDialog1).dismissWithoutCallback(eq(false /* animate */)); in testConfigurationPersists_whenOnConfigurationChanged()427 verify(mDialog1).dismissWithoutCallback(true /* animate */); in testClientNotified_whenTaskStackChangesDuringAuthentication()458 verify(mDialog1).dismissWithoutCallback(true /* animate */); in testActionCloseSystemDialogs_dismissesDialogIfShowing()