Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewController.java84 @Nullable ShowNextIndication mShowNextIndicationRunnable;
311 mShowNextIndicationRunnable = new ShowNextIndication(msUntilShowNextMsg); in scheduleShowNextIndication()
345 class ShowNextIndication { class in KeyguardIndicationRotateTextViewController
349 ShowNextIndication(long delay) { in ShowNextIndication() method in KeyguardIndicationRotateTextViewController.ShowNextIndication
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewControllerTest.java105 final KeyguardIndicationRotateTextViewController.ShowNextIndication mockShowNextIndication = in onViewDetached_removesAllScheduledIndications()
106 mock(KeyguardIndicationRotateTextViewController.ShowNextIndication.class); in onViewDetached_removesAllScheduledIndications()
132 final KeyguardIndicationRotateTextViewController.ShowNextIndication mockShowNextIndication = in destroy_removesAllScheduledIndications()
133 mock(KeyguardIndicationRotateTextViewController.ShowNextIndication.class); in destroy_removesAllScheduledIndications()