Home
last modified time | relevance | path

Searched refs:mRotateTextViewController (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DKeyguardIndicationControllerTest.java197 reset(mRotateTextViewController); in disclosure_unmanaged()
274 reset(mRotateTextViewController); in disclosure_updateOnTheFly()
282 reset(mRotateTextViewController); in disclosure_updateOnTheFly()
363 reset(mRotateTextViewController); in transientIndication_visibleWhenDozing_unlessSwipeUp_fromHelp()
570 reset(mRotateTextViewController); in transientIndication_visibleWhenDozing_ignoresFingerprintErrorMsg()
933 reset(mRotateTextViewController); in testOnKeyguardShowingChanged_showing_updatesPersistentMessages()
939 reset(mRotateTextViewController); in testOnKeyguardShowingChanged_showing_updatesPersistentMessages()
959 reset(mRotateTextViewController); in onTrustGrantedMessageDoesNotShowUntilTrustGranted()
1312 clearInvocations(mRotateTextViewController); in onBiometricError_faceLockedOutSecondTimeInSession_showsUnavailableMessage()
1324 clearInvocations(mRotateTextViewController); in onBiometricError_faceLockedOutSecondTimeOnBouncer_showsUnavailableMessage()
[all …]
H A DKeyguardIndicationControllerBaseTest.java130 protected KeyguardIndicationRotateTextViewController mRotateTextViewController; field in KeyguardIndicationControllerBaseTest
277 mController.mRotateTextViewController = mRotateTextViewController; in createController()
293 reset(mRotateTextViewController); in createController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java365 if (mRotateTextViewController != null) { in setIndicationArea()
366 mRotateTextViewController.destroy(); in setIndicationArea()
560 mRotateTextViewController.updateIndication( in updateLockScreenBatteryMsg()
577 mRotateTextViewController.updateIndication( in updateLockScreenUserLockedMsg()
597 mRotateTextViewController.updateIndication( in updateBiometricMessage()
607 mRotateTextViewController.hideIndication( in updateBiometricMessage()
611 mRotateTextViewController.updateIndication( in updateBiometricMessage()
621 mRotateTextViewController.hideIndication( in updateBiometricMessage()
635 mRotateTextViewController.hideTransient(); in updateTransient()
643 mRotateTextViewController.updateIndication( in updateLockScreenTrustMsg()
[all …]