Searched refs:dismissWithoutCallback (Results 1 – 5 of 5) sorted by relevance
56 void dismissWithoutCallback(boolean animate); in dismissWithoutCallback() method
211 mCurrentDialog.dismissWithoutCallback(true /* animate */); in closeDialog()251 mCurrentDialog.dismissWithoutCallback(true /* animate */); in cancelIfOwnerIsNotInForeground()1253 mCurrentDialog.dismissWithoutCallback(false /* animate */); in showDialog()1292 mCurrentDialog.dismissWithoutCallback(false /* animate */); in onConfigChanged()
783 public void dismissWithoutCallback(boolean animate) {
696 verify(mDialog1).dismissWithoutCallback(eq(false) /* animate */); in testShowNewDialog_beforeOldDialogDismissed_SkipsAnimations()711 verify(mDialog1).dismissWithoutCallback(true /* animate */); in testClientNotified_whenTaskStackChangesDuringShow()728 verify(mDialog1).dismissWithoutCallback(true /* animate */); in testClientNotified_whenTaskStackChangesDuringAuthentication()761 verify(mDialog1).dismissWithoutCallback(true /* animate */); in testActionCloseSystemDialogs_dismissesDialogIfShowing()
262 container.dismissWithoutCallback(false) in <lambda>()