Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java531 int errorColor = Utils.getColorError(mContext); in onFingerprintHelp() local
533 mStatusBarKeyguardViewManager.showBouncerMessage(helpString, errorColor); in onFingerprintHelp()
536 showTransientIndication(helpString, errorColor); in onFingerprintHelp()
555 int errorColor = Utils.getColorError(mContext); in onFingerprintError() local
562 mStatusBarKeyguardViewManager.showBouncerMessage(errString, errorColor); in onFingerprintError()
565 showTransientIndication(errString, errorColor); in onFingerprintError()
576 int errorColor = Utils.getColorError(mContext); in onTrustAgentErrorMessage() local
577 showTransientIndication(message, errorColor); in onTrustAgentErrorMessage()
583 int errorColor = Utils.getColorError(mContext); in onScreenTurnedOn() local
584 showTransientIndication(mMessageToShowOnScreenOn, errorColor); in onScreenTurnedOn()