Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewController.java88 private @IndicationType int mCurrIndicationType = INDICATION_TYPE_NONE;
138 public void updateIndication(@IndicationType int type, KeyguardIndication newIndication, in updateIndication()
208 public void hideIndication(@IndicationType int type) { in hideIndication()
261 private void showIndication(@IndicationType int type) { in showIndication()
265 final @IndicationType int previousIndicationType = mCurrIndicationType; in showIndication()
424 public @interface IndicationType{} annotation in KeyguardIndicationRotateTextViewController
429 public static String indicationTypeToString(@IndicationType int type) { in indicationTypeToString()