Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthCredentialViewTest.kt37 import com.android.systemui.biometrics.AuthCredentialView.ErrorTimer
70 private var errorTimer: ErrorTimer? = null
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthCredentialView.java102 @VisibleForTesting ErrorTimer mErrorTimer;
110 protected static class ErrorTimer extends CountDownTimer { class in AuthCredentialView
122 public ErrorTimer(Context context, long millisInFuture, long countDownInterval, in ErrorTimer() method in AuthCredentialView.ErrorTimer
320 mErrorTimer = new ErrorTimer(mContext, in onCredentialVerified()