diff options
| author | 2025-02-20 21:54:40 -0800 | |
|---|---|---|
| committer | 2025-02-20 21:54:40 -0800 | |
| commit | fed0893118b0f399e1f0e8a2988bf61175f7ddf8 (patch) | |
| tree | 5c63adfa3a321feb900f79380027122afe2b4010 | |
| parent | 28b14255d02ecedcf8ff029890296eb5fb16731e (diff) | |
| parent | 4f53efd47c2dcf2a3b9f695061ef939a14a5dfb9 (diff) | |
Merge "HubEndpointSession: remove TODO" into main
| -rw-r--r-- | core/java/android/hardware/contexthub/HubEndpointSession.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/hardware/contexthub/HubEndpointSession.java b/core/java/android/hardware/contexthub/HubEndpointSession.java index ca59be8fcc65..c5e2d7a1d9f9 100644 --- a/core/java/android/hardware/contexthub/HubEndpointSession.java +++ b/core/java/android/hardware/contexthub/HubEndpointSession.java @@ -88,7 +88,6 @@ public class HubEndpointSession implements AutoCloseable { : ContextHubTransaction.TYPE_HUB_MESSAGE_DEFAULT); if (!isResponseRequired) { // If the message doesn't require acknowledgement, respond with success immediately - // TODO(b/379162322): Improve handling of synchronous failures. mHubEndpoint.sendMessage(this, message, null); ret.setResponse( new ContextHubTransaction.Response<>( |