Home
last modified time | relevance | path

Searched refs:hideIndication (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java480 mRotateTextViewController.hideIndication(INDICATION_TYPE_DISCLOSURE); in updateLockScreenDisclosureMsg()
546 mRotateTextViewController.hideIndication(INDICATION_TYPE_OWNER_INFO); in updateLockScreenOwnerInfo()
570 mRotateTextViewController.hideIndication(INDICATION_TYPE_BATTERY); in updateLockScreenBatteryMsg()
586 mRotateTextViewController.hideIndication(INDICATION_TYPE_USER_LOCKED); in updateLockScreenUserLockedMsg()
607 mRotateTextViewController.hideIndication( in updateBiometricMessage()
621 mRotateTextViewController.hideIndication( in updateBiometricMessage()
662 mRotateTextViewController.hideIndication(INDICATION_TYPE_TRUST); in updateLockScreenTrustMsg()
677 mRotateTextViewController.hideIndication(INDICATION_TYPE_ALIGNMENT); in updateLockScreenAlignmentMsg()
691 mRotateTextViewController.hideIndication(INDICATION_TYPE_PERSISTENT_UNLOCK_MESSAGE); in updateLockScreenPersistentUnlockMsg()
717 mRotateTextViewController.hideIndication(INDICATION_TYPE_LOGOUT); in updateLockScreenLogoutView()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DKeyguardIndicationControllerTest.java947 verify(mRotateTextViewController).hideIndication(INDICATION_TYPE_DISCLOSURE); in testOnKeyguardShowingChanged_showing_updatesPersistentMessages()
948 verify(mRotateTextViewController).hideIndication(INDICATION_TYPE_OWNER_INFO); in testOnKeyguardShowingChanged_showing_updatesPersistentMessages()
949 verify(mRotateTextViewController).hideIndication(INDICATION_TYPE_BATTERY); in testOnKeyguardShowingChanged_showing_updatesPersistentMessages()
950 verify(mRotateTextViewController).hideIndication(INDICATION_TYPE_TRUST); in testOnKeyguardShowingChanged_showing_updatesPersistentMessages()
951 verify(mRotateTextViewController).hideIndication(INDICATION_TYPE_ALIGNMENT); in testOnKeyguardShowingChanged_showing_updatesPersistentMessages()
952 verify(mRotateTextViewController).hideIndication(INDICATION_TYPE_LOGOUT); in testOnKeyguardShowingChanged_showing_updatesPersistentMessages()
1505 verify(mRotateTextViewController).hideIndication(type); in verifyHideIndication()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewController.java211 public void hideIndication(@IndicationType int type) { in hideIndication() method in KeyguardIndicationRotateTextViewController
239 hideIndication(INDICATION_TYPE_TRANSIENT); in hideTransient()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewControllerTest.java310 mController.hideIndication(INDICATION_TYPE_OWNER_INFO); in testHideIndicationOneMessage()
328 mController.hideIndication(INDICATION_TYPE_OWNER_INFO); in testHideIndicationTwoMessages()