Searched refs:hideIndication (Results 1 – 4 of 4) sorted by relevance
480 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()
947 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()
211 public void hideIndication(@IndicationType int type) { in hideIndication() method in KeyguardIndicationRotateTextViewController239 hideIndication(INDICATION_TYPE_TRANSIENT); in hideTransient()
310 mController.hideIndication(INDICATION_TYPE_OWNER_INFO); in testHideIndicationOneMessage()328 mController.hideIndication(INDICATION_TYPE_OWNER_INFO); in testHideIndicationTwoMessages()