Searched defs:KeystoreResponse (Results 1 – 1 of 1) sorted by relevance
30 struct KeystoreResponse : public ::android::Parcelable { struct33 explicit KeystoreResponse(const int response_code, const String16& error_msg) in KeystoreResponse() function35 explicit KeystoreResponse(const int response_code) in KeystoreResponse() argument38 KeystoreResponse(const ::keystore::KeyStoreServiceReturnCode& rc) in KeystoreResponse() argument40 KeystoreResponse(const KeystoreResponse& other) in KeystoreResponse() argument51 int response_code() const { return response_code_; } in response_code()52 const String16* error_msg() const { return error_msg_.get(); } in error_msg()56 std::unique_ptr<String16> error_msg_;