Searched refs:ErrorTimer (Results 1 – 2 of 2) sorted by relevance
37 import com.android.systemui.biometrics.AuthCredentialView.ErrorTimer70 private var errorTimer: ErrorTimer? = null
102 @VisibleForTesting ErrorTimer mErrorTimer;110 protected static class ErrorTimer extends CountDownTimer { class in AuthCredentialView122 public ErrorTimer(Context context, long millisInFuture, long countDownInterval, in ErrorTimer() method in AuthCredentialView.ErrorTimer320 mErrorTimer = new ErrorTimer(mContext, in onCredentialVerified()