Searched refs:mCurrentDialog (Results 1 – 2 of 2) sorted by relevance
155 AuthDialog mCurrentDialog; field in AuthController213 mCurrentDialog = null; in closeDioalog()232 if (mCurrentDialog != null) { in isOwnerInForeground()250 if (mCurrentDialog != null) { in cancelIfOwnerIsNotInForeground()253 mCurrentDialog = null; in cancelIfOwnerIsNotInForeground()509 if (mCurrentDialog == null) { in isRequestIdValid()526 if (mCurrentDialog != null && requestId != mCurrentDialog.getRequestId()) { in onDismissed()1143 mCurrentDialog = null; in hideAuthenticationDialog()1259 mCurrentDialog = newDialog; in showDialog()1279 mCurrentDialog = null; in onDialogDismissed()[all …]
386 mAuthController.mCurrentDialog.getRequestId()); in testSendsReasonUserCanceled_whenDismissedByUserCancel()397 mAuthController.mCurrentDialog.getRequestId()); in testSendsReasonNegative_whenDismissedByButtonNegative()408 mAuthController.mCurrentDialog.getRequestId()); in testSendsReasonConfirmed_whenDismissedByButtonPositive()419 mAuthController.mCurrentDialog.getRequestId()); in testSendsReasonConfirmNotRequired_whenDismissedByAuthenticated()430 mAuthController.mCurrentDialog.getRequestId()); in testSendsReasonError_whenDismissedByError()441 mAuthController.mCurrentDialog.getRequestId()); in testSendsReasonServerRequested_whenDismissedByServer()652 assertNull(mAuthController.mCurrentDialog); in testHideAuthenticationDialog_invokesDismissFromSystemServer()753 assertNull(mAuthController.mCurrentDialog); in testClientNotified_whenTaskStackChangesDuringShow()770 assertNull(mAuthController.mCurrentDialog); in testClientNotified_whenTaskStackChangesDuringAuthentication()803 assertNull(mAuthController.mCurrentDialog); in testActionCloseSystemDialogs_dismissesDialogIfShowing()[all …]