Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java1061 String unlockedByFace = mContext.getString(R.string.keyguard_face_successful_unlock); in coEx_faceSuccess_showsPressToOpen() local
1062 verifyIndicationMessage(INDICATION_TYPE_BIOMETRIC_MESSAGE, unlockedByFace); in coEx_faceSuccess_showsPressToOpen()
1085 String unlockedByFace = mContext.getString(R.string.keyguard_face_successful_unlock); in coEx_faceSuccess_touchExplorationEnabled_showsFaceUnlockedSwipeToOpen() local
1086 verifyIndicationMessage(INDICATION_TYPE_BIOMETRIC_MESSAGE, unlockedByFace); in coEx_faceSuccess_touchExplorationEnabled_showsFaceUnlockedSwipeToOpen()
1108 String unlockedByFace = mContext.getString(R.string.keyguard_face_successful_unlock); in coEx_faceSuccess_a11yEnabled_showsFaceUnlockedSwipeToOpen() local
1109 verifyIndicationMessage(INDICATION_TYPE_BIOMETRIC_MESSAGE, unlockedByFace); in coEx_faceSuccess_a11yEnabled_showsFaceUnlockedSwipeToOpen()
1130 String unlockedByFace = mContext.getString(R.string.keyguard_face_successful_unlock); in faceOnly_faceSuccess_showsFaceUnlockedSwipeToOpen() local
1131 verifyIndicationMessage(INDICATION_TYPE_BIOMETRIC_MESSAGE, unlockedByFace); in faceOnly_faceSuccess_showsFaceUnlockedSwipeToOpen()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1418 boolean unlockedByFace = isCurrentUserUnlockedWithFace() && isUnlockingWithBiometricAllowed( in getUserUnlockedWithBiometric()
1420 return fingerprintAllowed || unlockedByFace; in getUserUnlockedWithBiometric()