Loading packages/SystemUI/src/com/android/systemui/biometrics/AuthCredentialView.java +1 −0 Original line number Diff line number Diff line Loading @@ -286,6 +286,7 @@ public abstract class AuthCredentialView extends LinearLayout { if (matched) { mClearErrorRunnable.run(); mLockPatternUtils.userPresent(mEffectiveUserId); mCallback.onCredentialMatched(attestation); } else { if (timeoutMs > 0) { Loading Loading
packages/SystemUI/src/com/android/systemui/biometrics/AuthCredentialView.java +1 −0 Original line number Diff line number Diff line Loading @@ -286,6 +286,7 @@ public abstract class AuthCredentialView extends LinearLayout { if (matched) { mClearErrorRunnable.run(); mLockPatternUtils.userPresent(mEffectiveUserId); mCallback.onCredentialMatched(attestation); } else { if (timeoutMs > 0) { Loading