Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerWithCoroutinesTest.kt79 mKeyguardUpdateMonitorCallback.onTrustAgentErrorMessage("testMessage") in onTrustAgentErrorMessageDelayed_fingerprintEngaged()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java286 public void onTrustAgentErrorMessage(CharSequence message) { } in onTrustAgentErrorMessage() method in KeyguardUpdateMonitorCallback
DKeyguardUpdateMonitor.java1648 cb.onTrustAgentErrorMessage(message); in dispatchErrorMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java1488 public void onTrustAgentErrorMessage(CharSequence message) { in onTrustAgentErrorMessage() method in KeyguardIndicationController.BaseKeyguardCallback