Searched refs:INDICATION_TYPE_NONE (Results 1 – 1 of 1) sorted by relevance
76 private @IndicationType int mCurrIndicationType = INDICATION_TYPE_NONE;144 if (mCurrIndicationType == INDICATION_TYPE_NONE || mCurrIndicationType == type) { in updateIndication()176 showIndication(INDICATION_TYPE_NONE); in updateIndication()231 mCurrIndicationType = INDICATION_TYPE_NONE; in clearMessages()252 if (mCurrIndicationType != INDICATION_TYPE_NONE) { in showIndication()263 if (mCurrIndicationType != INDICATION_TYPE_NONE && mIndicationQueue.size() > 1) { in showIndication()311 showIndication(INDICATION_TYPE_NONE);330 ? INDICATION_TYPE_NONE : mIndicationQueue.remove(0); in ShowNextIndication()366 static final int INDICATION_TYPE_NONE = -1; field in KeyguardIndicationRotateTextViewController381 INDICATION_TYPE_NONE,