Lines Matching refs:ok
44 return ndk::ScopedAStatus::ok(); in onChallengeGenerated()
52 return ndk::ScopedAStatus::ok(); in onChallengeRevoked()
56 return ndk::ScopedAStatus::ok(); in onAuthenticationFrame()
60 return ndk::ScopedAStatus::ok(); in onEnrollmentFrame()
69 return ndk::ScopedAStatus::ok(); in onError()
74 return ndk::ScopedAStatus::ok(); in onEnrollmentProgress()
79 return ndk::ScopedAStatus::ok(); in onAuthenticationSucceeded()
82 ndk::ScopedAStatus onAuthenticationFailed() override { return ndk::ScopedAStatus::ok(); } in onAuthenticationFailed()
85 return ndk::ScopedAStatus::ok(); in onLockoutTimed()
88 ndk::ScopedAStatus onLockoutPermanent() override { return ndk::ScopedAStatus::ok(); } in onLockoutPermanent()
90 ndk::ScopedAStatus onLockoutCleared() override { return ndk::ScopedAStatus::ok(); } in onLockoutCleared()
92 ndk::ScopedAStatus onInteractionDetected() override { return ndk::ScopedAStatus::ok(); } in onInteractionDetected()
99 return ndk::ScopedAStatus::ok(); in onEnrollmentsEnumerated()
107 return ndk::ScopedAStatus::ok(); in onEnrollmentsRemoved()
114 return ndk::ScopedAStatus::ok(); in onFeaturesRetrieved()
118 return ndk::ScopedAStatus::ok(); in onFeatureSet()
125 return ndk::ScopedAStatus::ok(); in onAuthenticatorIdRetrieved()
132 return ndk::ScopedAStatus::ok(); in onAuthenticatorIdInvalidated()
139 return ndk::ScopedAStatus::ok(); in onSessionClosed()