Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBiometricScheduler.java481 final CrashState crashState = new CrashState(timestamp, in recordCrashState() local
484 mCrashStates.add(crashState); in recordCrashState()
485 Slog.e(getTag(), "Recorded crash state: " + crashState.toString()); in recordCrashState()
496 for (CrashState crashState : mCrashStates) { in dump()
497 pw.println("Crash State " + crashState); in dump()