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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java242 public void showTransientIndication(int transientIndication) { method in class:KeyguardIndicationController
243 showTransientIndication(mContext.getResources().getString(transientIndication));
249 public void showTransientIndication(String transientIndication) { method in class:KeyguardIndicationController
250 showTransientIndication(transientIndication, mInitialTextColor);
256 public void showTransientIndication(String transientIndication, int textColor) { method in class:KeyguardIndicationController
428 showTransientIndication(computePowerIndication());
454 showTransientIndication(helpString, errorColor);
483 showTransientIndication(errString, errorColor);
496 showTransientIndication(mMessageToShowOnScreenOn, errorColor);

Completed in 275 milliseconds