Searched refs:mMessageBiometricSource (Results 1 – 1 of 1) sorted by relevance
48 private Pair<BiometricSourceType, Long> mMessageBiometricSource = null; field in KeyguardMessageAreaController146 mMessageBiometricSource = new Pair<>(biometricSourceType, uptimeMillis); in setMessage()156 return mMessageBiometricSource != null in skipShowingFaceMessage()158 && mMessageBiometricSource.first == BiometricSourceType.FINGERPRINT in skipShowingFaceMessage()159 && (currentUptimeMillis - mMessageBiometricSource.second) in skipShowingFaceMessage()