Searched refs:mShowNextIndicationRunnable (Results 1 – 1 of 1) sorted by relevance
72 @Nullable private ShowNextIndication mShowNextIndicationRunnable; field in KeyguardIndicationRotateTextViewController173 if (mShowNextIndicationRunnable != null) { in updateIndication()174 mShowNextIndicationRunnable.runImmediately(); in updateIndication()283 return mShowNextIndicationRunnable != null; in isNextIndicationScheduled()289 mShowNextIndicationRunnable = new ShowNextIndication(msUntilShowNextMsg); in scheduleShowNextIndication()293 if (mShowNextIndicationRunnable != null) { in cancelScheduledIndication()294 mShowNextIndicationRunnable.cancelDelayedExecution(); in cancelScheduledIndication()295 mShowNextIndicationRunnable = null; in cancelScheduledIndication()355 pw.println(" showNextIndicationRunnable:" + mShowNextIndicationRunnable); in dump()