Searched defs:onFinished (Results 1 – 9 of 9) sorted by relevance
33 ::android::binder::Status onFinished(const Result& result) override { in onFinished() function43 ::android::binder::Status onFinished(const Results&... results) override { in onFinished() function
26 void onFinished(in OperationResult result); in onFinished() method
25 void onFinished(in KeystoreResponse response); in onFinished() method
26 void onFinished(in ExportResult result); in onFinished() method
26 void onFinished(in KeystoreResponse response, in KeyCharacteristics charactersistics); in onFinished() method
26 void onFinished(in KeystoreResponse response, in KeymasterCertificateChain chain); in onFinished() method
24 void onFinished(boolean success, in byte[] authToken, in byte[] verificationToken); in onFinished() method
24 void onFinished(int status, in PersistableBundle extras); in onFinished() method
130 virtual Status onFinished(bool success, const vector<uint8_t>& authToken, in onFinished() function in android::security::identity::CredstoreTokenCallback