Home
last modified time | relevance | path

Searched refs:mCurrentDialog (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java155 AuthDialog mCurrentDialog; field in AuthController
213 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 …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthControllerTest.java386 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 …]