Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DITestSessionCallback.aidl23 void onCleanupStarted(int userId); in onCleanupStarted() method
H A DBiometricTestSession.java67 public void onCleanupStarted(int userId) {
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DBiometricTestSessionImpl.java220 mCallback.onCleanupStarted(clientMonitor.getTargetUserId()); in cleanupInternalState()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DBiometricTestSessionImpl.java230 mCallback.onCleanupStarted(clientMonitor.getTargetUserId()); in cleanupInternalState()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DBiometricTestSessionImpl.java234 mCallback.onCleanupStarted(clientMonitor.getTargetUserId()); in cleanupInternalState()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DBiometricTestSessionImpl.java247 mCallback.onCleanupStarted(clientMonitor.getTargetUserId()); in cleanupInternalState()