Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardMessageAreaControllerTest.java144 String fpMsg = "fpMessage"; in testFaceMessageDroppedWhileFingerprintMessageShowing() local
146 fpMsg, BiometricSourceType.FINGERPRINT in testFaceMessageDroppedWhileFingerprintMessageShowing()
148 verify(mKeyguardMessageArea).setMessage(eq(fpMsg), /* animate= */ anyBoolean()); in testFaceMessageDroppedWhileFingerprintMessageShowing()
160 String fpMsg = "fpMessage"; in testGenericMessageShowsAfterFingerprintMessageShowing() local
162 fpMsg, BiometricSourceType.FINGERPRINT in testGenericMessageShowsAfterFingerprintMessageShowing()
164 verify(mKeyguardMessageArea).setMessage(eq(fpMsg), /* animate= */ anyBoolean()); in testGenericMessageShowsAfterFingerprintMessageShowing()