Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java901 public void showTransientIndication(int transientIndication) { in showTransientIndication() argument
902 showTransientIndication(mContext.getResources().getString(transientIndication)); in showTransientIndication()
908 private void showTransientIndication(CharSequence transientIndication) { in showTransientIndication() argument
909 mTransientIndication = transientIndication; in showTransientIndication()