Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewController.java249 public void clearMessages() { in clearMessages() method in KeyguardIndicationRotateTextViewController
253 mView.clearMessages(); in clearMessages()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardIndicationTextView.java76 public void clearMessages() { in clearMessages() method in KeyguardIndicationTextView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java1699 mTopIndicationView.clearMessages();
1700 mRotateTextViewController.clearMessages();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java936 verify(mRotateTextViewController).clearMessages(); in testOnKeyguardShowingChanged_notShowing_resetsMessages()