Merge "Specify @throws for secure_element AIDL reset() method" am: 4532252323 am: 868694b33b

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

Change-Id: I25a6effd0894448e47a304d3d4795c0eb42975e5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-03-23 10:54:07 +00:00
committed by Automerger Merge Worker

View File

@@ -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();