Home
last modified time | relevance | path

Searched refs:isNextIndicationScheduled (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewController.java176 } else if (!isNextIndicationScheduled()) { in updateIndication()
304 protected boolean isNextIndicationScheduled() { in isNextIndicationScheduled() method in KeyguardIndicationRotateTextViewController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewControllerTest.java325 assertTrue(mController.isNextIndicationScheduled()); in testHideIndicationTwoMessages()
332 assertFalse(mController.isNextIndicationScheduled()); in testHideIndicationTwoMessages()