Searched defs:switchIndication (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardIndicationTextView.java52 public void switchIndication(CharSequence text) { method in class:KeyguardIndicationTextView
64 * See {@link #switchIndication}.
66 public void switchIndication(int textResId) { method in class:KeyguardIndicationTextView
67 switchIndication(getResources().getText(textResId));

Completed in 47 milliseconds