Lines Matching refs:ok
43 return ndk::ScopedAStatus::ok(); in onChallengeGenerated()
51 return ndk::ScopedAStatus::ok(); in onChallengeRevoked()
55 return ndk::ScopedAStatus::ok(); in onAcquired()
63 return ndk::ScopedAStatus::ok(); in onError()
68 return ndk::ScopedAStatus::ok(); in onEnrollmentProgress()
73 return ndk::ScopedAStatus::ok(); in onAuthenticationSucceeded()
76 ndk::ScopedAStatus onAuthenticationFailed() override { return ndk::ScopedAStatus::ok(); } in onAuthenticationFailed()
79 return ndk::ScopedAStatus::ok(); in onLockoutTimed()
82 ndk::ScopedAStatus onLockoutPermanent() override { return ndk::ScopedAStatus::ok(); } in onLockoutPermanent()
84 ndk::ScopedAStatus onLockoutCleared() override { return ndk::ScopedAStatus::ok(); } in onLockoutCleared()
86 ndk::ScopedAStatus onInteractionDetected() override { return ndk::ScopedAStatus::ok(); } in onInteractionDetected()
93 return ndk::ScopedAStatus::ok(); in onEnrollmentsEnumerated()
101 return ndk::ScopedAStatus::ok(); in onEnrollmentsRemoved()
108 return ndk::ScopedAStatus::ok(); in onAuthenticatorIdRetrieved()
115 return ndk::ScopedAStatus::ok(); in onAuthenticatorIdInvalidated()
122 return ndk::ScopedAStatus::ok(); in onSessionClosed()