Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java514 mRotateTextViewController.hideIndication(INDICATION_IS_DISMISSIBLE); in updateForceIsDimissibileChanged()
537 mRotateTextViewController.hideIndication(INDICATION_TYPE_DISCLOSURE); in updateLockScreenDisclosureMsg()
603 mRotateTextViewController.hideIndication(INDICATION_TYPE_OWNER_INFO); in updateLockScreenOwnerInfo()
627 mRotateTextViewController.hideIndication(INDICATION_TYPE_BATTERY); in updateLockScreenBatteryMsg()
645 mRotateTextViewController.hideIndication(INDICATION_TYPE_USER_LOCKED); in updateLockScreenUserLockedMsg()
667 mRotateTextViewController.hideIndication( in updateBiometricMessage()
681 mRotateTextViewController.hideIndication( in updateBiometricMessage()
722 mRotateTextViewController.hideIndication(INDICATION_TYPE_TRUST); in updateLockScreenTrustMsg()
737 mRotateTextViewController.hideIndication(INDICATION_TYPE_ALIGNMENT); in updateLockScreenAlignmentMsg()
751 mRotateTextViewController.hideIndication(INDICATION_TYPE_PERSISTENT_UNLOCK_MESSAGE); in updateLockScreenPersistentUnlockMsg()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewControllerTest.java310 mController.hideIndication(INDICATION_TYPE_OWNER_INFO); in testHideIndicationOneMessage()
328 mController.hideIndication(INDICATION_TYPE_OWNER_INFO); in testHideIndicationTwoMessages()
360 mController.hideIndication(INDICATION_TYPE_BIOMETRIC_MESSAGE); in testStartDozing_withMinShowTime()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewController.java208 public void hideIndication(@IndicationType int type) { in hideIndication() method in KeyguardIndicationRotateTextViewController
236 hideIndication(INDICATION_TYPE_TRANSIENT); in hideTransient()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java959 verify(mRotateTextViewController).hideIndication(INDICATION_TYPE_DISCLOSURE); in testOnKeyguardShowingChanged_showing_updatesPersistentMessages()
960 verify(mRotateTextViewController).hideIndication(INDICATION_TYPE_OWNER_INFO); in testOnKeyguardShowingChanged_showing_updatesPersistentMessages()
961 verify(mRotateTextViewController).hideIndication(INDICATION_TYPE_BATTERY); in testOnKeyguardShowingChanged_showing_updatesPersistentMessages()
962 verify(mRotateTextViewController).hideIndication(INDICATION_TYPE_TRUST); in testOnKeyguardShowingChanged_showing_updatesPersistentMessages()
963 verify(mRotateTextViewController).hideIndication(INDICATION_TYPE_ALIGNMENT); in testOnKeyguardShowingChanged_showing_updatesPersistentMessages()
964 verify(mRotateTextViewController).hideIndication(INDICATION_TYPE_LOGOUT); in testOnKeyguardShowingChanged_showing_updatesPersistentMessages()
1571 verify(mRotateTextViewController).hideIndication(type); in verifyHideIndication()