Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java312 mRotateTextViewController.updateIndication( in updateDisclosure()
353 mRotateTextViewController.updateIndication( in updateOwnerInfo()
372 mRotateTextViewController.updateIndication( in updateBattery()
387 mRotateTextViewController.updateIndication( in updateUserLocked()
402 mRotateTextViewController.updateIndication( in updateBiometricMessage()
424 mRotateTextViewController.hideTransient(); in updateTransient()
436 mRotateTextViewController.updateIndication( in updateTrust()
446 mRotateTextViewController.updateIndication( in updateTrust()
460 mRotateTextViewController.updateIndication( in updateAlignment()
476 mRotateTextViewController.updateIndication( in updateResting()
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DKeyguardIndicationControllerTest.java236 mController.mRotateTextViewController = mRotateTextViewController; in createController()
388 reset(mRotateTextViewController); in disclosure_updateOnTheFly()
395 reset(mRotateTextViewController); in disclosure_updateOnTheFly()
470 reset(mRotateTextViewController); in transientIndication_visibleWhenDozing_unlessSwipeUp_fromHelp()
496 reset(mRotateTextViewController); in transientIndication_visibleWhenDozing_ignoresFingerprintCancellation()
532 reset(mRotateTextViewController); in updateMonitor_listenerUpdatesIndication()
539 reset(mRotateTextViewController); in updateMonitor_listenerUpdatesIndication()
744 verify(mRotateTextViewController).updateIndication(eq(type), in verifyIndicationMessage()
752 verify(mRotateTextViewController).hideTransient(); in verifyHideIndication()
755 verify(mRotateTextViewController).hideIndication(type); in verifyHideIndication()
[all …]