commit | 46816afaf6d2766e73a2b0a12346b319539e6796 | [log] [tgz] |
---|---|---|
author | Kevin Chyn <kchyn@google.com> | Mon Apr 05 11:20:37 2021 -0700 |
committer | Kevin Chyn <kchyn@google.com> | Mon Apr 05 11:22:07 2021 -0700 |
tree | c328fb99db5da4dd1dcfac92c4221c28e2ea689e | |
parent | 098b1e4e506ede16710c3b8f003ad0be62969e8c [diff] |
Update detectInteraction documentation Bug: 182004420 Test: Builds Change-Id: I1f785d4dda9bbde44aeab091b1f6cb1eaddf5afa
diff --git a/biometrics/face/aidl/android/hardware/biometrics/face/ISession.aidl b/biometrics/face/aidl/android/hardware/biometrics/face/ISession.aidl index f9c13e6..9734873 100644 --- a/biometrics/face/aidl/android/hardware/biometrics/face/ISession.aidl +++ b/biometrics/face/aidl/android/hardware/biometrics/face/ISession.aidl
@@ -213,6 +213,7 @@ * 1) Any face is detected and the framework is notified via * ISessionCallback#onInteractiondetected * 2) The operation was cancelled by the framework (see ICancellationSignal) + * 3) An error occurred, for example ERROR::TIMEOUT * * Note that if the operation is canceled, the implementation must notify the framework via * ISessionCallback#onError with Error::CANCELED.