Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67251331 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Specify @throws for secure_element AIDL reset() method" am: 45322523...

Merge "Specify @throws for secure_element AIDL reset() method" am: 45322523 am: 868694b3 am: dabd88c6 am: 8f940671

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2503275



Change-Id: I0a1d534c3dd41f48594f507e9be1a2be05842b71
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 7726519e 8f940671
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -117,6 +117,9 @@ interface ISecureElement {
     * closed by this operation.
     * HAL service must send onStateChange() with connected equal to true
     * after resetting and all the re-initialization has been successfully completed.
     *
     * @throws ServiceSpecificException on error with the following code:
     *  - FAILED if the service was unable to reset the secure element.
     */
    void reset();