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

Commit 45322523 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Specify @throws for secure_element AIDL reset() method"

parents fdee322c 212a6da4
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();