Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DKeyguardIndicationControllerBaseTest.java171 protected IndicationHelper mIndicationHelper; field in KeyguardIndicationControllerBaseTest
228 mIndicationHelper = new IndicationHelper(mKeyguardUpdateMonitor); in setUp()
268 mIndicationHelper, in createController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java245 private final IndicationHelper mIndicationHelper; field in KeyguardIndicationController
306 mIndicationHelper = indicationHelper; in KeyguardIndicationController()
1288 if (mIndicationHelper.shouldSuppressErrorMsg(FACE, msgId)) { in onFaceAuthError()
1294 } else if (mIndicationHelper.isFaceLockoutErrorMsg(msgId)) { in onFaceAuthError()
1302 if (mIndicationHelper.shouldSuppressErrorMsg(FINGERPRINT, msgId)) { in onFingerprintAuthError()