Home
last modified time | relevance | path

Searched refs:updateIndication (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewControllerTest.java153 mController.updateIndication( in testShowOneIndication()
168 mController.updateIndication( in testShowTwoRotatingMessages()
174 mController.updateIndication( in testShowTwoRotatingMessages()
187 mController.updateIndication( in testUpdateCurrentMessage()
193 mController.updateIndication( in testUpdateCurrentMessage()
206 mController.updateIndication( in testUpdateRotatingMessageForUndisplayedIndication()
208 mController.updateIndication( in testUpdateRotatingMessageForUndisplayedIndication()
215 mController.updateIndication( in testUpdateRotatingMessageForUndisplayedIndication()
228 mController.updateIndication( in testUpdateImmediately()
230 mController.updateIndication( in testUpdateImmediately()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java504 mRotateTextViewController.updateIndication( in updateForceIsDimissibileChanged()
526 mRotateTextViewController.updateIndication( in updateLockScreenDisclosureMsg()
595 mRotateTextViewController.updateIndication( in updateLockScreenOwnerInfo()
617 mRotateTextViewController.updateIndication( in updateLockScreenBatteryMsg()
636 mRotateTextViewController.updateIndication( in updateLockScreenUserLockedMsg()
656 mRotateTextViewController.updateIndication( in updateBiometricMessage()
671 mRotateTextViewController.updateIndication( in updateBiometricMessage()
703 mRotateTextViewController.updateIndication( in updateLockScreenTrustMsg()
714 mRotateTextViewController.updateIndication( in updateLockScreenTrustMsg()
728 mRotateTextViewController.updateIndication( in updateLockScreenAlignmentMsg()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewController.java138 public void updateIndication(@IndicationType int type, KeyguardIndication newIndication, in updateIndication() method in KeyguardIndicationRotateTextViewController
213 updateIndication(type, null, true); in hideIndication()
223 updateIndication(INDICATION_TYPE_TRANSIENT, in showTransient()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerBaseTest.java328 verify(mRotateTextViewController, never()).updateIndication(eq(type), in verifyNoMessage()
335 .updateIndication(eq(indicationType), in verifyIndicationShown()
DKeyguardIndicationControllerTest.java1547 verify(mRotateTextViewController, times(messages.size())).updateIndication(eq(type), in verifyIndicationMessages()
1560 verify(mRotateTextViewController).updateIndication(eq(type), in verifyIndicationMessage()
1572 verify(mRotateTextViewController, never()).updateIndication(eq(type), in verifyHideIndication()