Searched refs:hideIndication (Results 1 – 4 of 4) sorted by relevance
514 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 …]
310 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()
208 public void hideIndication(@IndicationType int type) { in hideIndication() method in KeyguardIndicationRotateTextViewController236 hideIndication(INDICATION_TYPE_TRANSIENT); in hideTransient()
959 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()