Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DCoexCoordinator.java99 final long mAuthTimestamp; field in CoexCoordinator.SuccessfulAuth
132 mAuthTimestamp = currentTimeMillis; in SuccessfulAuth()
145 + ", mAuthTimestamp: " + mAuthTimestamp in toString()
429 if (currentTimeMillis - auth.mAuthTimestamp >= SUCCESSFUL_AUTH_VALID_DURATION_MS) { in popSuccessfulFaceAuthIfExists()