Home
last modified time | relevance | path

Searched refs:invalidateAuthenticatorId (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DInvalidationTrackerTest.java97 verify(authenticator1, never()).invalidateAuthenticatorId(anyInt(), any()); in testCallbackReceived_whenAllStrongSensorsInvalidated()
100 verify(authenticator2).invalidateAuthenticatorId(eq(0) /* userId */, any()); in testCallbackReceived_whenAllStrongSensorsInvalidated()
101 verify(authenticator3).invalidateAuthenticatorId(eq(0) /* userId */, any()); in testCallbackReceived_whenAllStrongSensorsInvalidated()
104 verify(authenticator4, never()).invalidateAuthenticatorId(anyInt(), any()); in testCallbackReceived_whenAllStrongSensorsInvalidated()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintAuthenticator.java99 public void invalidateAuthenticatorId(int userId, IInvalidationCallback callback) in invalidateAuthenticatorId() method in FingerprintAuthenticator
101 mFingerprintService.invalidateAuthenticatorId(mSensorId, userId, callback); in invalidateAuthenticatorId()
H A DFingerprintService.java752 public void invalidateAuthenticatorId(int sensorId, int userId, in invalidateAuthenticatorId() method in FingerprintService.FingerprintServiceWrapper
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
H A DFaceAuthenticator.java93 public void invalidateAuthenticatorId(int userId, IInvalidationCallback callback) in invalidateAuthenticatorId() method in FaceAuthenticator
95 mFaceService.invalidateAuthenticatorId(mSensorId, userId, callback); in invalidateAuthenticatorId()
H A DFaceService.java555 public void invalidateAuthenticatorId(int sensorId, int userId, in invalidateAuthenticatorId() method in FaceService.FaceServiceWrapper
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
H A DISession.aidl325 void invalidateAuthenticatorId(); in invalidateAuthenticatorId() method
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/
H A DISession.aidl45 void invalidateAuthenticatorId(); in invalidateAuthenticatorId() method
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
H A DISession.aidl45 void invalidateAuthenticatorId(); in invalidateAuthenticatorId() method
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceInvalidationClient.java43 getFreshDaemon().invalidateAuthenticatorId(); in startHalOperation()
H A DTestHal.java175 public void invalidateAuthenticatorId() throws RemoteException { in createSession()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintInvalidationClient.java43 getFreshDaemon().invalidateAuthenticatorId(); in startHalOperation()
H A DTestHal.java154 public void invalidateAuthenticatorId() throws RemoteException { in createSession()
/aosp12/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
H A DISession.aidl378 void invalidateAuthenticatorId(); in invalidateAuthenticatorId() method
/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DIBiometricAuthenticator.aidl69 void invalidateAuthenticatorId(int userId, IInvalidationCallback callback); in invalidateAuthenticatorId() method
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
H A DISession.aidl48 void invalidateAuthenticatorId(); in invalidateAuthenticatorId() method
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
H A DISession.aidl48 void invalidateAuthenticatorId(); in invalidateAuthenticatorId() method
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
H A DIrisAuthenticator.java92 public void invalidateAuthenticatorId(int userId, IInvalidationCallback callback) { in invalidateAuthenticatorId() method in IrisAuthenticator
/aosp12/hardware/interfaces/biometrics/face/aidl/default/
H A DSession.h65 ndk::ScopedAStatus invalidateAuthenticatorId() override;
H A DSession.cpp131 ndk::ScopedAStatus Session::invalidateAuthenticatorId() { in invalidateAuthenticatorId() function in aidl::android::hardware::biometrics::face::Session
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/default/include/
H A DSession.h69 ndk::ScopedAStatus invalidateAuthenticatorId() override;
/aosp12/frameworks/base/core/java/android/hardware/face/
H A DIFaceService.aidl116 void invalidateAuthenticatorId(int sensorId, int userId, IInvalidationCallback callback); in invalidateAuthenticatorId() method
/aosp12/frameworks/base/core/java/android/hardware/fingerprint/
H A DIFingerprintService.aidl128 void invalidateAuthenticatorId(int sensorId, int userId, IInvalidationCallback callback); in invalidateAuthenticatorId() method
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/default/
H A DSession.cpp195 ndk::ScopedAStatus Session::invalidateAuthenticatorId() { in invalidateAuthenticatorId() function in aidl::android::hardware::biometrics::fingerprint::Session
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/vts/
H A DVtsHalBiometricsFingerprintTargetTest.cpp282 ASSERT_TRUE(mSession->invalidateAuthenticatorId().isOk()); in TEST_P()
/aosp12/hardware/interfaces/biometrics/face/aidl/vts/
H A DVtsHalBiometricsFaceTargetTest.cpp316 ASSERT_TRUE(mSession->invalidateAuthenticatorId().isOk()); in TEST_P()

12