Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardIndicationTextView.java66 public void switchIndication(int textResId) { in switchIndication() argument
67 switchIndication(getResources().getText(textResId)); in switchIndication()