Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewController.java115 public void updateIndication(@IndicationType int type, KeyguardIndication newIndication, in updateIndication() argument
124 final boolean hasNewIndication = newIndication != null; in updateIndication()
133 mIndicationMessages.put(type, newIndication); in updateIndication()
203 public void showTransient(CharSequence newIndication) { in showTransient() argument
206 .setMessage(newIndication) in showTransient()