Searched refs:unlockedByFace (Results 1 – 2 of 2) sorted by relevance
1061 String unlockedByFace = mContext.getString(R.string.keyguard_face_successful_unlock); in coEx_faceSuccess_showsPressToOpen() local1062 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() local1086 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() local1109 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() local1131 verifyIndicationMessage(INDICATION_TYPE_BIOMETRIC_MESSAGE, unlockedByFace); in faceOnly_faceSuccess_showsFaceUnlockedSwipeToOpen()
1418 boolean unlockedByFace = isCurrentUserUnlockedWithFace() && isUnlockingWithBiometricAllowed( in getUserUnlockedWithBiometric()1420 return fingerprintAllowed || unlockedByFace; in getUserUnlockedWithBiometric()