Searched refs:revokeChallenge (Results 1 – 4 of 4) sorted by relevance
74 * revokeChallenge() specify a window where the resulting HAT that is84 * The implementation should be tolerant of revokeChallenge() being invoked93 @callflow(next={"enroll", "revokeChallenge", "setFeature"})102 * call to revokeChallenge() when enrollment is complete, to reduce the107 * invokes revokeChallenge() to close the transaction. If the HAT is expired,126 @callflow(next={"cancel", "enroll", "revokeChallenge", "remove"})140 revokeChallenge() generates (Status status);
53 Return<Status> revokeChallenge() override;
63 Return<Status> BiometricsFace::revokeChallenge() { in revokeChallenge() function in android::hardware::biometrics::face::implementation::BiometricsFace
257 Return<Status> ret = mService->revokeChallenge(); in TEST_P()