Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DITestSessionCallback.aidl24 void onCleanupFinished(int userId); in onCleanupFinished() method
H A DBiometricTestSession.java72 public void onCleanupFinished(int userId) {
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DBiometricTestSessionImpl.java230 mCallback.onCleanupFinished(clientMonitor.getTargetUserId()); in cleanupInternalState()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DBiometricTestSessionImpl.java240 mCallback.onCleanupFinished(clientMonitor.getTargetUserId()); in cleanupInternalState()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DBiometricTestSessionImpl.java245 mCallback.onCleanupFinished(clientMonitor.getTargetUserId()); in cleanupInternalState()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DBiometricTestSessionImpl.java258 mCallback.onCleanupFinished(clientMonitor.getTargetUserId()); in cleanupInternalState()