Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java1451 showErrorMessageNowOrLater(errString, null, FACE); in onFaceAuthError()
1461 showErrorMessageNowOrLater(errString, null, FINGERPRINT); in onFingerprintAuthError()
1598 showErrorMessageNowOrLater(errString, followupMessage, FACE); in handleFaceLockoutError()
1601 showErrorMessageNowOrLater( in handleFaceLockoutError()
1653 private void showErrorMessageNowOrLater(String errString, @Nullable String followUpMsg, in showErrorMessageNowOrLater() method in KeyguardIndicationController